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

Method unkeep

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

Source from the content-addressed store, hash-verified

255 public <N extends Node> N keep() { addUse(null); return (N)this; }
256 // Remove bogus null.
257 public <N extends Node> N unkeep() { delUse(null); return (N)this; }
258 // Test "keep" status
259 public boolean iskeep() { return Utils.find(_outputs,null) != -1; }
260

Callers 8

parseWhileMethod · 0.95
parseIfMethod · 0.95
parsePostfixMethod · 0.95
zsMaskMethod · 0.95
newArrayMethod · 0.45
peepholeMethod · 0.45
deadCodeElimMethod · 0.45
mergeScopesMethod · 0.45

Calls 1

delUseMethod · 0.95

Tested by

no test coverage detected