package digreflect

Import Path
	go.uber.org/dig/internal/digreflect (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files func.go
Package-Level Type Names (only one)
/* sort by: | */
Func contains runtime information about a function. Path to the file in which this function is defined. Line number in the file at which this function is defined. Name of the function. Name of the package in which this function is defined. Format implements fmt.Formatter for Func, printing a single-line representation for %v and a multi-line one for %+v. String returns a string representation of the function. *Func : expvar.Var *Func : fmt.Formatter *Func : fmt.Stringer func InspectFunc(function interface{}) *Func func InspectFuncPC(pc uintptr) *Func
Package-Level Functions (total 2)
InspectFunc inspects and returns runtime information about the given function.
InspectFuncPC inspects and returns runtime information about the function at the given program counter address.