Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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