MCPcopy Create free account
hub / github.com/LFYSec/MScan / SimpleGraph

Method SimpleGraph

src/main/java/pascal/taie/util/graph/SimpleGraph.java:48–49  ·  view source on GitHub ↗

Constructs an empty graph.

()

Source from the content-addressed store, hash-verified

46 * Constructs an empty graph.
47 */
48 public SimpleGraph() {
49 }
50
51 /**
52 * Constructs a new graph containing the same node and edge sets

Callers

nothing calls this directly

Calls 3

addNodeMethod · 0.95
addEdgeMethod · 0.95
getSuccsOfMethod · 0.65

Tested by

no test coverage detected