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

Method isEmpty

chapter24/src/main/java/com/seaofnodes/simple/util/Ary.java:18–18  ·  view source on GitHub ↗

@return list is empty

()

Source from the content-addressed store, hash-verified

16
17 /** @return list is empty */
18 public boolean isEmpty() { return _len==0; }
19 /** @return active list length */
20 public int len() { return _len; }
21 public int size() { return len(); }

Callers 15

_prettyPrintScheduledMethod · 0.95
mainMethod · 0.45
doScheduleMethod · 0.45
doBuildCTFMethod · 0.45
doMarkAliveMethod · 0.45
buildMethod · 0.45
getStructNameMethod · 0.45
getTypeMethod · 0.45
noExceptionsMethod · 0.45
parseLoopingMethod · 0.45
mallocMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by 8

mainMethod · 0.36
doScheduleMethod · 0.36
doBuildCTFMethod · 0.36
doMarkAliveMethod · 0.36
buildMethod · 0.36
getStructNameMethod · 0.36
getTypeMethod · 0.36
noExceptionsMethod · 0.36