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

Function _e

out/cli.cjs:7412–7420  ·  view source on GitHub ↗
(e3, t2)

Source from the content-addressed store, hash-verified

7410 Re(e3), e3._pendingPullIntos = new S5();
7411}
7412function _e(e3, t2) {
7413 let r3 = false;
7414 "closed" === e3._state && (r3 = true);
7415 const o3 = pe(t2);
7416 "default" === t2.readerType ? G6(e3, o3, r3) : function(e4, t3, r4) {
7417 const o4 = e4._reader._readIntoRequests.shift();
7418 r4 ? o4._closeSteps(t3) : o4._chunkSteps(t3);
7419 }(e3, o3, r3);
7420}
7421function pe(e3) {
7422 const t2 = e3.bytesFilled, r3 = e3.elementSize;
7423 return new e3.viewConstructor(e3.buffer, e3.byteOffset, t2 / r3);

Callers 2

TeFunction · 0.85
qeFunction · 0.85

Calls 3

peFunction · 0.85
G6Function · 0.85
shiftMethod · 0.45

Tested by

no test coverage detected