Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delUse
Method · 0.45
iskeep
Method · 0.45
subsume
Method · 0.45
addDep
Method · 0.45
Calls
1
walk
Method · 0.95
Tested by
no test coverage detected