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

Method ThreadJoinEdge

svf/include/Graphs/ThreadCallGraph.h:82–85  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

80public:
81 /// Constructor
82 ThreadJoinEdge(CallGraphNode* s, CallGraphNode* d, CallSiteID csId) :
83 CallGraphEdge(s, d, CallGraphEdge::TDJoinEdge, csId)
84 {
85 }
86 /// Destructor
87 virtual ~ThreadJoinEdge()
88 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected