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

Method nIns

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

Source from the content-addressed store, hash-verified

119 public Node in(int i) { return _inputs.get(i); }
120
121 public int nIns() { return _inputs.size(); }
122
123 public Node out(int i) { return _outputs.get(i); }
124

Callers 15

idealizeMethod · 0.95
killMethod · 0.95
isDeadMethod · 0.95
allConsMethod · 0.95
phiConMethod · 0.95
parseIfMethod · 0.45
computeMethod · 0.45
same_opMethod · 0.45
singleUniqueInputMethod · 0.45
reverseNamesMethod · 0.45
defineMethod · 0.45
dupMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected