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

Method find

chapter19/src/main/java/com/seaofnodes/simple/node/Node.java:634–636  ·  view source on GitHub ↗

Debugging utility to find a Node by index

(int nid)

Source from the content-addressed store, hash-verified

632 * Debugging utility to find a Node by index
633 */
634 public Node find(int nid) {
635 return walk( n -> n._nid==nid ? n : null );
636 }
637}

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