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

Method nOuts

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

Source from the content-addressed store, hash-verified

123 public Node out(int i) { return _outputs.get(i); }
124
125 public int nOuts() { return _outputs.size(); }
126
127 public boolean isUnused() { return nOuts() == 0; }
128

Callers 1

isUnusedMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected