Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_prettyPrintScheduled
Method · 0.95
main
Method · 0.45
doSchedule
Method · 0.45
doBuildCTF
Method · 0.45
doMarkAlive
Method · 0.45
build
Method · 0.45
getStructName
Method · 0.45
getType
Method · 0.45
noExceptions
Method · 0.45
parseLooping
Method · 0.45
malloc
Method · 0.45
make
Method · 0.45
Calls
no outgoing calls
Tested by
8
main
Method · 0.36
doSchedule
Method · 0.36
doBuildCTF
Method · 0.36
doMarkAlive
Method · 0.36
build
Method · 0.36
getStructName
Method · 0.36
getType
Method · 0.36
noExceptions
Method · 0.36