MCPcopy 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

peekMethod · 0.95
enqueueMethod · 0.95
dequeueMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected