Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
m_adr
Method · 0.80
checkForMessages
Method · 0.80
isConnected
Method · 0.80
done
Method · 0.80
run
Method · 0.80
run
Method · 0.80
add
Method · 0.80
doInstall
Method · 0.80
updateFromVersion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected