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

Method in

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

107 * @return Input node or null
108 */
109 public Node in(int i) { return _inputs.get(i); }
110
111 public int nIns() { return _inputs.size(); }
112

Callers 15

setDefMethod · 0.95
swap12Method · 0.95
idealizeMethod · 0.95
testVarArgMethod · 0.45
testSimpleProgramMethod · 0.45
scopeEdgesMethod · 0.45
findAllMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45
idealizeMethod · 0.45
ctrlMethod · 0.45
_print1Method · 0.45

Calls 1

getMethod · 0.45

Tested by 2

testVarArgMethod · 0.36
testSimpleProgramMethod · 0.36