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

Method in

chapter08/src/main/java/com/seaofnodes/simple/node/Node.java:156–156  ·  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

154 * @return Input node or null
155 */
156 public Node in(int i) { return _inputs.get(i); }
157
158 public int nIns() { return _inputs.size(); }
159

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
nodeEdgesMethod · 0.45
scopeEdgesMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

testVarArgMethod · 0.36
testSimpleProgramMethod · 0.36