MCPcopy Index your code
hub / github.com/ShiftLeftSecurity/overflowdb / inNode

Method inNode

core/src/main/java/overflowdb/Edge.java:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 public NodeRef inNode() {
52 return inNode;
53 }
54
55 public Iterator<NodeRef> bothNodes() {
56 return IteratorUtils.from(outNode, inNode);

Callers 4

overviewTestMethod · 0.95
serializeWithEdgeMethod · 0.95
copyToMethod · 0.80

Calls

no outgoing calls

Tested by 3

overviewTestMethod · 0.76
serializeWithEdgeMethod · 0.76