Documentation ¶ Index ¶ Variables type Map func FromPass(pass *analysis.Pass) (*Map, bool) Constants ¶ This section is empty. Variables ¶ View Source var Analyzer = &analysis.Analyzer{ Name: "kibufuncs", Doc: "Analyzes go source code builds an index of *types.Func to *ast.Ident", Requires: []*analysis.Analyzer{inspect.Analyzer}, ResultType: resultType, RunDespiteErrors: true, Run: run, } Functions ¶ This section is empty. Types ¶ type Map ¶ type Map = orderedmap.OrderedMap[*types.Func, *ast.Ident] func FromPass ¶ func FromPass(pass *analysis.Pass) (*Map, bool) Source Files ¶ View all Source files kibufuncs.go Click to show internal directories. Click to hide internal directories.