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

Method in

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

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

Callers 14

setDefMethod · 0.95
testSimpleProgramMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45
_print1Method · 0.45
computeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

testSimpleProgramMethod · 0.36