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

Function et

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

Source from the content-addressed store, hash-verified

7606 "writable" !== e3._state ? tt(e3) : et(e3, t2);
7607}
7608function et(e3, t2) {
7609 const r3 = e3._writableStreamController;
7610 e3._state = "erroring", e3._storedError = t2;
7611 const o3 = e3._writer;
7612 void 0 !== o3 && it(o3, t2), !function(e4) {
7613 if (void 0 === e4._inFlightWriteRequest && void 0 === e4._inFlightCloseRequest) return false;
7614 return true;
7615 }(e3) && r3._started && tt(e3);
7616}
7617function tt(e3) {
7618 e3._state = "errored", e3._writableStreamController[R6]();
7619 const t2 = e3._storedError;

Callers 3

JeFunction · 0.85
ZeFunction · 0.85
htFunction · 0.85

Calls 2

itFunction · 0.85
ttFunction · 0.85

Tested by

no test coverage detected