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

Function ye

out/cli.cjs:7428–7436  ·  view source on GitHub ↗
(e3, t2, r3, o3)

Source from the content-addressed store, hash-verified

7426 e3._queue.push({ buffer: t2, byteOffset: r3, byteLength: o3 }), e3._queueTotalSize += o3;
7427}
7428function ye(e3, t2, r3, o3) {
7429 let n2;
7430 try {
7431 n2 = t2.slice(r3, r3 + o3);
7432 } catch (t3) {
7433 throw Pe(e3, t3), t3;
7434 }
7435 me(e3, n2, 0, o3);
7436}
7437function ge(e3, t2) {
7438 t2.bytesFilled > 0 && ye(e3, t2.buffer, t2.byteOffset, t2.bytesFilled), Ce(e3);
7439}

Callers 2

geFunction · 0.85
qeFunction · 0.85

Calls 3

PeFunction · 0.85
meFunction · 0.85
sliceMethod · 0.45

Tested by

no test coverage detected