Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ iskeep
Method
iskeep
chapter15/src/main/java/com/seaofnodes/simple/node/Node.java:259–259 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
public
<N extends Node> N unkeep() { delUse(null);
return
(N)this; }
258
// Test "keep" status
259
public
boolean iskeep() {
return
Utils.find(_outputs,null) != -1; }
260
261
262
// Replace self with nnn in the graph, making 'this' go dead
Callers
1
endLoop
Method · 0.45
Calls
1
find
Method · 0.95
Tested by
no test coverage detected