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

Method nIns

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

Source from the content-addressed store, hash-verified

160 public Node out(int i) { return _outputs.get(i); }
161
162 public int nIns() { return _inputs.size(); }
163
164 public int nOuts() { return _outputs.size(); }
165

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
inProgressMethod · 0.45
_print1Method · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected