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

Method keep

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

Source from the content-addressed store, hash-verified

268 // Shortcuts to stop DCE mid-parse
269 // Add bogus null use to keep node alive
270 public <N extends Node> N keep() { addUse(null); return (N)this; }
271 // Remove bogus null.
272 public <N extends Node> N unkeep() { delUse(null); return (N)this; }
273 // Test "keep" status

Callers 15

parseBlockMethod · 0.95
parseLoopingMethod · 0.95
parseTrinaryMethod · 0.95
parseAsgnMethod · 0.95
zsMaskMethod · 0.95
functionCallMethod · 0.95
extendMethod · 0.95
ParserMethod · 0.45
parseFunctionBodyMethod · 0.45
parseStructMethod · 0.45
opAssignMethod · 0.45
newStructMethod · 0.45

Calls 1

addUseMethod · 0.95

Tested by

no test coverage detected