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

Method start

out/cli.cjs:8905–8917  ·  view source on GitHub ↗
(r6)

Source from the content-addressed store, hash-verified

8903 }
8904 e4._writableState = "writable", e4._writableStoredError = void 0, e4._writableHasInFlightOperation = false, e4._writableStarted = false, e4._writable = function(e5, t4, r5, o5, n4, a6, i5) {
8905 return new WritableStream({ start(r6) {
8906 e5._writableController = r6;
8907 try {
8908 const t5 = r6.signal;
8909 void 0 !== t5 && t5.addEventListener("abort", () => {
8910 "writable" === e5._writableState && (e5._writableState = "erroring", t5.reason && (e5._writableStoredError = t5.reason));
8911 });
8912 } catch (e6) {
8913 }
8914 return p3(t4(), () => (e5._writableStarted = true, Cr(e5), null), (t5) => {
8915 throw e5._writableStarted = true, Rr(e5, t5), t5;
8916 });
8917 }, write: (t5) => (function(e6) {
8918 e6._writableHasInFlightOperation = true;
8919 }(e5), p3(r5(t5), () => (function(e6) {
8920 e6._writableHasInFlightOperation = false;

Callers 15

OeFunction · 0.45
ItFunction · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
gitAddFunction · 0.45
commitFunction · 0.45
prepareCommitMessageHookFunction · 0.45

Calls 3

p3Function · 0.85
CrFunction · 0.85
RrFunction · 0.85

Tested by

no test coverage detected