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

Method addUse

chapter21/src/main/java/com/seaofnodes/simple/node/Node.java:229–229  ·  view source on GitHub ↗
(N n)

Source from the content-addressed store, hash-verified

227
228 // Breaks the edge invariants, used temporarily
229 protected <N extends Node> void addUse(N n) { _outputs.add(n); }
230
231 // Remove node 'use' from 'def's (i.e. our) output list, by compressing the list in-place.
232 // Return true if the output list is empty afterward.

Callers 5

keepMethod · 0.95
NodeMethod · 0.45
setDefMethod · 0.45
addDefMethod · 0.45
subsumeMethod · 0.45

Calls 1

addMethod · 0.45

Tested by

no test coverage detected