MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / find

Method find

chapter18/src/main/java/com/seaofnodes/simple/node/Node.java:653–655  ·  view source on GitHub ↗

Debugging utility to find a Node by index

(int nid)

Source from the content-addressed store, hash-verified

651 * Debugging utility to find a Node by index
652 */
653 public Node find(int nid) {
654 return walk( n -> n._nid==nid ? n : null );
655 }
656}

Callers 4

delUseMethod · 0.45
iskeepMethod · 0.45
subsumeMethod · 0.45
addDepMethod · 0.45

Calls 1

walkMethod · 0.95

Tested by

no test coverage detected