Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getRoot
Method
getRoot
ZezeJava/ZezeJava/src/main/java/Zeze/Collections/Queue.java:187–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
185
}
186
187
private
BQueue getRoot() {
188
return
compatible(module._tQueues.get(name));
189
}
190
191
BQueue getOrAddRoot() {
192
return
compatible(module._tQueues.getOrAdd(name));
Callers
6
isEmpty
Method · 0.95
pollNode
Method · 0.95
peekNode
Method · 0.95
poll
Method · 0.95
peek
Method · 0.95
size
Method · 0.95
Calls
2
compatible
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected