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

Method addNode

src/main/java/pascal/taie/util/graph/SimpleGraph.java:64–66  ·  view source on GitHub ↗
(N node)

Source from the content-addressed store, hash-verified

62 }
63
64 public void addNode(N node) {
65 nodes.add(node);
66 }
67
68 public void addEdge(N source, N target) {
69 nodes.add(source);

Callers 3

genRandomGraphMethod · 0.95
SimpleGraphMethod · 0.95
buildDependenceGraphMethod · 0.95

Calls 1

addMethod · 0.65

Tested by 1

genRandomGraphMethod · 0.76