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

Method abort

out/cli.cjs:8546–8548  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

8544 return Xe(this);
8545 }
8546 abort(e3) {
8547 return Ge(this) ? Xe(this) ? d6(new TypeError("Cannot abort a stream that already has a writer")) : Je(this, e3) : d6(_t("abort"));
8548 }
8549 close() {
8550 return Ge(this) ? Xe(this) ? d6(new TypeError("Cannot close a stream that already has a writer")) : rt(this) ? d6(new TypeError("Cannot close an already-closing stream")) : Ke(this) : d6(_t("close"));
8551 }

Callers 15

finalizeFunction · 0.45
JeFunction · 0.45
A5Function · 0.45
ktFunction · 0.45
constructorMethod · 0.45
WritableStreamAbortFunction · 0.45
_parseMethod · 0.45
abortFunction · 0.45
constructorMethod · 0.45
onHeadersMethod · 0.45

Calls 12

GeFunction · 0.85
XeFunction · 0.85
d6Function · 0.85
JeFunction · 0.85
_tFunction · 0.85
atFunction · 0.85
ytFunction · 0.85
mtFunction · 0.85
abortSignalFunction · 0.85
getSignalFunction · 0.85
destroyMethod · 0.45
emitMethod · 0.45

Tested by

no test coverage detected