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

Method BasicBlockEdge

svf/include/Graphs/BasicBlockG.h:50–52  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

48public:
49 /// Constructor
50 BasicBlockEdge(SVFBasicBlock* s, SVFBasicBlock* d) : GenericBasicBlockEdgeTy(s, d, 0)
51 {
52 }
53 /// Destructor
54 ~BasicBlockEdge() {}
55

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected