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

Method CallGraphEdge

svf/include/Graphs/CallGraph.h:68–71  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

66public:
67 /// Constructor
68 CallGraphEdge(CallGraphNode* s, CallGraphNode* d, CEDGEK kind, CallSiteID cs) :
69 GenericPTACallGraphEdgeTy(s, d, makeEdgeFlagWithInvokeID(kind, cs)), csId(cs)
70 {
71 }
72 /// Destructor
73 virtual ~CallGraphEdge()
74 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected