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

Method out

chapter23/src/main/java/com/seaofnodes/simple/node/Node.java:140–140  ·  view source on GitHub ↗
(int i)

Source from the content-addressed store, hash-verified

138 */
139 public Node in(int i) { return _inputs.get(i); }
140 public Node out(int i) { return _outputs.get(i); }
141 public final Ary<Node> outs() { return _outputs; }
142
143 public int nIns() { return _inputs.size(); }

Callers 15

killsMethod · 0.95
biasColorMethod · 0.95
evalMethod · 0.45
parallelAssignPhisMethod · 0.45
do_blockMethod · 0.45
pickRiskyScoreMethod · 0.45
optoMethod · 0.45
splitSelfConflictMethod · 0.45
splitByLoopMethod · 0.45
ldepthMethod · 0.45
insertAfterAndReplaceMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

evalMethod · 0.36
parallelAssignPhisMethod · 0.36