Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getNode
Method
getNode
ZezeJava/ZezeJava/src/main/java/Zeze/Collections/Queue.java:195–197 ·
view source on GitHub ↗
(BQueueNodeKey key)
Source
from the content-addressed store, hash-verified
193
}
194
195
private
BQueueNode getNode(BQueueNodeKey key) {
196
return
compatible(key, module._tQueueNodes.get(key));
197
}
198
199
public
boolean isEmpty() {
200
var root = getRoot();
Callers
6
pollNode
Method · 0.95
peekNode
Method · 0.95
poll
Method · 0.95
peek
Method · 0.95
add
Method · 0.95
push
Method · 0.95
Calls
2
compatible
Method · 0.95
get
Method · 0.65
Tested by
no test coverage detected