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

Method CallGraphNode

svf/include/Graphs/CallGraph.h:183–186  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

181public:
182 /// Constructor
183 CallGraphNode(NodeID i, const FunObjVar* f) : GenericPTACallGraphNodeTy(i,CallNodeKd), fun(f)
184 {
185
186 }
187
188 const std::string &getName() const;
189

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected