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

Method abortReason

out/cli.cjs:8652–8655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8650 throw new TypeError("Illegal constructor");
8651 }
8652 get abortReason() {
8653 if (!st(this)) throw pt("abortReason");
8654 return this._abortReason;
8655 }
8656 get signal() {
8657 if (!st(this)) throw pt("signal");
8658 if (void 0 === this._abortController) throw new TypeError("WritableStreamDefaultController.prototype.signal is not supported");

Callers

nothing calls this directly

Calls 2

stFunction · 0.85
ptFunction · 0.85

Tested by

no test coverage detected