MCPcopy 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

isEmptyMethod · 0.95
pollNodeMethod · 0.95
peekNodeMethod · 0.95
pollMethod · 0.95
peekMethod · 0.95
sizeMethod · 0.95

Calls 2

compatibleMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected