MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / Tr

Function Tr

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

Source from the content-addressed store, hash-verified

8160 "writable" !== e3._writableState ? qr(e3) : Tr(e3, t2);
8161}
8162function Tr(e3, t2) {
8163 e3._writableState = "erroring", e3._writableStoredError = t2, !function(e4) {
8164 return e4._writableHasInFlightOperation;
8165 }(e3) && e3._writableStarted && qr(e3);
8166}
8167function qr(e3) {
8168 e3._writableState = "errored";
8169}

Callers 2

drFunction · 0.85
RrFunction · 0.85

Calls 1

qrFunction · 0.85

Tested by

no test coverage detected