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

Method unkeep

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

Source from the content-addressed store, hash-verified

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

Callers 6

parseWhileMethod · 0.95
parseIfMethod · 0.95
newStructMethod · 0.95
zsMaskMethod · 0.95
deadCodeElimMethod · 0.45
mergeScopesMethod · 0.45

Calls 1

delUseMethod · 0.95

Tested by

no test coverage detected