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

Method find

chapter11/src/main/java/com/seaofnodes/simple/node/Node.java:618–620  ·  view source on GitHub ↗

Debugging utility to find a Node by index

(int nid)

Source from the content-addressed store, hash-verified

616 * Debugging utility to find a Node by index
617 */
618 public Node find(int nid) {
619 return walk( n -> n._nid==nid ? n : null );
620 }
621}

Callers

nothing calls this directly

Calls 1

walkMethod · 0.95

Tested by

no test coverage detected