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

Method out

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

Source from the content-addressed store, hash-verified

121 public int nIns() { return _inputs.size(); }
122
123 public Node out(int i) { return _outputs.get(i); }
124
125 public int nOuts() { return _outputs.size(); }
126

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected