MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / iskeep

Method iskeep

chapter21/src/main/java/com/seaofnodes/simple/node/Node.java:290–290  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 public <N extends Node> N unkeep() { delUse(null); return (N)this; }
289 // Test "keep" status
290 public boolean iskeep() { return _outputs.find(null) != -1; }
291 public void unkill() {
292 if( unkeep().isUnused() )
293 kill();

Callers 3

progressOnListMethod · 0.45
nodeEdgesMethod · 0.45
_uselessMethod · 0.45

Calls 1

findMethod · 0.45

Tested by

no test coverage detected