Documentation ¶
Overview ¶
Package findcall defines an Analyzer that serves as a trivial example and test of the Analysis API. It reports a diagnostic for every call to a function or method of the name specified by its -name flag. It also exports a fact for each declaration that matches the name, plus a package-level fact if the package contained one or more such declarations.
Index ¶
Constants ¶
View Source
const Doc = `find calls to a particular function
The findcall analysis reports calls to functions or methods
of a particular name.`
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.