Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaOfNodes/Simple
/ iskeep
Method
iskeep
chapter12/src/main/java/com/seaofnodes/simple/node/Node.java:262–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
260
public
<N extends Node> N unkeep() { delUse(null);
return
(N)this; }
261
// Test "keep" status
262
public
boolean iskeep() {
return
Utils.find(_outputs,null) != -1; }
263
264
265
// 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