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

Method find

chapter17/src/main/java/com/seaofnodes/simple/node/Node.java:643–645  ·  view source on GitHub ↗

Debugging utility to find a Node by index

(int nid)

Source from the content-addressed store, hash-verified

641 * Debugging utility to find a Node by index
642 */
643 public Node find(int nid) {
644 return walk( n -> n._nid==nid ? n : null );
645 }
646}

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