MCPcopy Create free account
hub / github.com/ShiftLeftSecurity/overflowdb / NodeRef

Method NodeRef

core/src/main/java/overflowdb/NodeRef.java:27–31  ·  view source on GitHub ↗
(final Graph graph, N node)

Source from the content-addressed store, hash-verified

25 private N node;
26
27 public NodeRef(final Graph graph, N node) {
28 this.graph = graph;
29 this.node = node;
30 this.id = node.ref.id;
31 }
32
33 /**
34 * used when creating a node without the underlying instance at hand

Callers

nothing calls this directly

Calls 1

nodeMethod · 0.80

Tested by

no test coverage detected