Class staticCallGraphBuilder
Constructors
Accessors
nodes
- get nodes(): Record<string, NodeSingular>
Returns Record<string, NodeSingular>
Methods
build
- build($jp?, visitCalls?): Core
Parameters
Optional
$jp: Joinpoint- visitCalls: boolean = true
Returns Core
Static
getEdgeId
- getEdgeId(sourceNode, targetNode): string
Parameters
- sourceNode: NodeSingular
- targetNode: NodeSingular
Returns string
If true, recursively visits the functions of each call, building a call graph of the available code