tools: golang.org/x/tools/go/callgraph Index | Files | Directories

Packages that import callgraph

PathSynopsis
github.com/DanielMorsing/stackcheck
github.com/motemen/go-typeswitch-genExpands type switches with type variables to achieve generic functions in Golang
github.com/stripe/safesqlCommand safesql is a tool for performing static analysis on programs to ensure that SQL injection attacks are not possible.
golang.org/x/tools/cmd/callgraphcallgraph: a tool for reporting the call graph of a Go program.
golang.org/x/tools/cmd/guruguru: a tool for answering questions about Go source code.
golang.org/x/tools/go/callgraph/chaPackage cha computes the call graph of a Go program using the Class Hierarchy Analysis (CHA) algorithm.
golang.org/x/tools/go/callgraph/rtaThis package provides Rapid Type Analysis (RTA) for Go, a fast algorithm for call graph construction and discovery of reachable code (and hence dead code) and runtime types.
golang.org/x/tools/go/callgraph/staticPackage static computes the call graph of a Go program containing only static call edges.
golang.org/x/tools/godoc/analysisPackage analysis performs type and pointer analysis and generates mark-up for the Go source view.
golang.org/x/tools/go/pointerPackage pointer implements Andersen's analysis, an inclusion-based pointer analysis algorithm first described in (Andersen, 1994).
golang.org/x/tools/oraclePackage oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/​x/​tools/​cmd/​oracle.