Module callgraph

Source

Modules§

default
visitor

Structs§

CallGraph
This is the data structure used to store function calls. It contains a HashMap that records the callees of all functions.
CallGraphDisplay

Traits§

CallGraphAnalysis
This trait provides features related to call graph extraction and analysis.