MCPcopy Create free account
hub / github.com/SVF-tools/SVF / CallGraph

Method CallGraph

svf/lib/Graphs/CallGraph.cpp:122–126  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

120
121/// Constructor
122CallGraph::CallGraph(CGEK k): kind(k)
123{
124 callGraphNodeNum = 0;
125 numOfResolvedIndCallEdge = 0;
126}
127
128/// Copy constructor
129CallGraph::CallGraph(const CallGraph& other)

Callers

nothing calls this directly

Calls 7

getTotalNodeNumMethod · 0.80
getSrcIDMethod · 0.80
getDstIDMethod · 0.80
addDirectCallSiteMethod · 0.80
insertMethod · 0.80
getIdMethod · 0.45
getFunctionMethod · 0.45

Tested by

no test coverage detected