Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ isEmpty
Method
isEmpty
src/test/resources/pta/taint/LinkedQueue.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
}
16
17
public
boolean isEmpty() {
18
return
first == null;
19
}
20
21
public
int
size() {
22
return
n;
Callers
3
peek
Method · 0.95
enqueue
Method · 0.95
dequeue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected