MCPcopy Index your code
hub / github.com/annmuor/jnode / isEmpty

Method isEmpty

jnode-core/src/jnode/main/threads/PollQueue.java:138–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 }
137
138 public boolean isEmpty() {
139 synchronized (queue) {
140 return queue.isEmpty();
141 }
142 }
143}

Callers 15

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
m_adrMethod · 0.80
checkForMessagesMethod · 0.80
isConnectedMethod · 0.80
doneMethod · 0.80
runMethod · 0.80
runMethod · 0.80
addMethod · 0.80
doInstallMethod · 0.80
updateFromVersionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected