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

Method ThreadForkEdge

svf/include/Graphs/ThreadCallGraph.h:48–51  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

46public:
47 /// Constructor
48 ThreadForkEdge(CallGraphNode* s, CallGraphNode* d, CallSiteID csId) :
49 CallGraphEdge(s, d, CallGraphEdge::TDForkEdge, csId)
50 {
51 }
52 /// Destructor
53 virtual ~ThreadForkEdge()
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected