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

Method isKill

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

Source from the content-addressed store, hash-verified

293 kill();
294 }
295 public void isKill() {
296 if( isUnused() )
297 kill();
298 }
299
300
301 // Replace self with nnn in the graph, making 'this' go dead

Callers 2

parseLoopingMethod · 0.45
parseStructMethod · 0.45

Calls 2

isUnusedMethod · 0.95
killMethod · 0.95

Tested by

no test coverage detected