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

Method HareParForEdge

svf/include/Graphs/ThreadCallGraph.h:113–116  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

111public:
112 /// Constructor
113 HareParForEdge(CallGraphNode* s, CallGraphNode* d, CallSiteID csId) :
114 CallGraphEdge(s, d, CallGraphEdge::HareParForEdge, csId)
115 {
116 }
117 /// Destructor
118 virtual ~HareParForEdge()
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected