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