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

Method unkeep

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

Source from the content-addressed store, hash-verified

209 public <N extends Node> N keep() { addUse(null); return (N)this; }
210 // Remove bogus null.
211 public <N extends Node> N unkeep() { delUse(null); return (N)this; }
212 // ------------------------------------------------------------------------
213 // Graph-based optimizations
214

Callers 1

deadCodeElimMethod · 0.45

Calls 1

delUseMethod · 0.95

Tested by

no test coverage detected