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

Method in

chapter06/src/main/java/com/seaofnodes/simple/node/Node.java:119–119  ·  view source on GitHub ↗

Gets the ith input node @param i Offset of the input node @return Input node or null

(int i)

Source from the content-addressed store, hash-verified

117 * @return Input node or null
118 */
119 public Node in(int i) { return _inputs.get(i); }
120
121 public int nIns() { return _inputs.size(); }
122

Callers 15

idealizeMethod · 0.95
setDefMethod · 0.95
delDefMethod · 0.95
swap12Method · 0.95
allConsMethod · 0.95
idomMethod · 0.95
idealizeMethod · 0.95
phiConMethod · 0.95
testVarArgMethod · 0.45
testSimpleProgramMethod · 0.45
scopeEdgesMethod · 0.45
_print1Method · 0.45

Calls 1

getMethod · 0.45

Tested by 2

testVarArgMethod · 0.36
testSimpleProgramMethod · 0.36