MCPcopy
hub / github.com/di-sukharev/opencommit / PeekQueueValue

Function PeekQueueValue

out/cli.cjs:11141–11144  ·  view source on GitHub ↗
(container)

Source from the content-addressed store, hash-verified

11139 container._queueTotalSize += size;
11140 }
11141 function PeekQueueValue(container) {
11142 const pair = container._queue.peek();
11143 return pair.value;
11144 }
11145 function ResetQueue(container) {
11146 container._queue = new SimpleQueue();
11147 container._queueTotalSize = 0;

Calls 1

peekMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…