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

Method GenericGraph

svf/include/Graphs/GenericGraph.h:355–355  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

353
354 /// Constructor
355 GenericGraph() : edgeNum(0), nodeNum(0) {}
356
357 /// Destructor
358 virtual ~GenericGraph()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected