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

Function se2

out/cli.cjs:7375–7378  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

7373 return new Uint8Array(t2);
7374}
7375function se2(e3) {
7376 const t2 = e3._queue.shift();
7377 return e3._queueTotalSize -= t2.size, e3._queueTotalSize < 0 && (e3._queueTotalSize = 0), t2.value;
7378}
7379function ue2(e3, t2, r3) {
7380 if ("number" != typeof (o3 = r3) || ae2(o3) || o3 < 0 || r3 === 1 / 0) throw new RangeError("Size must be a finite, non-NaN, non-negative number.");
7381 var o3;

Callers 2

dtFunction · 0.85
[q5]Method · 0.85

Calls 1

shiftMethod · 0.45

Tested by

no test coverage detected