MCPcopy 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

pollNodeMethod · 0.95
peekNodeMethod · 0.95
pollMethod · 0.95
peekMethod · 0.95
addMethod · 0.95
pushMethod · 0.95

Calls 2

compatibleMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected