Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
Builder constructs call graphs from application code and dependencies
func NewBuilder ¶
NewBuilder creates a new call graph builder
func (*Builder) BuildCallGraph ¶
BuildCallGraph builds a complete call graph from application and dependencies
func (*Builder) FindReachableMethods ¶
FindReachableMethods performs a reachability analysis from entry points
func (*Builder) SetApplicationPackages ¶
SetApplicationPackages sets the package prefixes for application code
Click to show internal directories.
Click to hide internal directories.