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

Method size

chapter17/src/main/java/com/seaofnodes/simple/Ary.java:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 /** @return active list length */
20 public int len() { return _len; }
21 public int size() { return len(); }
22
23 /** @param i element index
24 * @return element being returned; throws if OOB

Callers 15

evaluateMethod · 0.45
appendNodesMethod · 0.45
lookupMethod · 0.45
popVariablesMethod · 0.45
getStructNameMethod · 0.45
getTypeMethod · 0.45
genProgramMethod · 0.45
genBlockMethod · 0.45
genCountedLoopMethod · 0.45
scopeMethod · 0.45
scopeEdgesMethod · 0.45
delMethod · 0.45

Calls 1

lenMethod · 0.95

Tested by 15

evaluateMethod · 0.36
appendNodesMethod · 0.36
lookupMethod · 0.36
popVariablesMethod · 0.36
getStructNameMethod · 0.36
getTypeMethod · 0.36
genProgramMethod · 0.36
genBlockMethod · 0.36
genCountedLoopMethod · 0.36
evaluateMethod · 0.36
appendNodesMethod · 0.36
lookupMethod · 0.36