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

Method unkeep

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

Source from the content-addressed store, hash-verified

263 public <N extends Node> N keep() { addUse(null); return (N)this; }
264 // Remove bogus null.
265 public <N extends Node> N unkeep() { delUse(null); return (N)this; }
266
267
268 // Replace self with nnn in the graph, making 'this' go dead

Callers 4

parseWhileMethod · 0.45
parseIfMethod · 0.45
deadCodeElimMethod · 0.45
mergeScopesMethod · 0.45

Calls 1

delUseMethod · 0.95

Tested by

no test coverage detected