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

Method out

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

Source from the content-addressed store, hash-verified

136 */
137 public Node in(int i) { return _inputs.get(i); }
138 public Node out(int i) { return _outputs.get(i); }
139 public final Ary<Node> outs() { return _outputs; }
140
141 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