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

Method unkill

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

Source from the content-addressed store, hash-verified

289 // Test "keep" status
290 public boolean iskeep() { return _outputs.find(null) != -1; }
291 public void unkill() {
292 if( unkeep().isUnused() )
293 kill();
294 }
295
296
297 // Replace self with nnn in the graph, making 'this' go dead

Callers 3

parsePostfixMethod · 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