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

Method nIns

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

Source from the content-addressed store, hash-verified

152 public Node in(int i) { return _inputs.get(i); }
153
154 public int nIns() { return _inputs.size(); }
155
156 public Node out(int i) { return _outputs.get(i); }
157

Callers 15

idealizeMethod · 0.95
killMethod · 0.95
isDeadMethod · 0.95
allConsMethod · 0.95
phiConMethod · 0.95
nodeEdgesMethod · 0.45
parseIfMethod · 0.45
computeMethod · 0.45
same_opMethod · 0.45
singleUniqueInputMethod · 0.45
_print1Method · 0.45
reverseNamesMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected