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

Method isDead

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

Source from the content-addressed store, hash-verified

224
225 // Mostly used for asserts and printing.
226 boolean isDead() { return isUnused() && nIns()==0 && _type==null; }
227
228 // Shortcuts to stop DCE mid-parse
229 // Add bogus null use to keep node alive

Callers 2

_print0Method · 0.95
killMethod · 0.95

Calls 2

isUnusedMethod · 0.95
nInsMethod · 0.95

Tested by

no test coverage detected