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

Method unkill

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

Source from the content-addressed store, hash-verified

292 // Test "keep" status
293 public boolean iskeep() { return _outputs.find(null) != -1; }
294 public void unkill() {
295 if( unkeep().isUnused() )
296 kill();
297 }
298 public void isKill() {
299 if( isUnused() )
300 kill();

Callers 3

parsePostfixNameMethod · 0.95
removeGuardsMethod · 0.95
killMethod · 0.45

Calls 3

unkeepMethod · 0.95
killMethod · 0.95
isUnusedMethod · 0.45

Tested by

no test coverage detected