MCPcopy
hub / github.com/di-sukharev/opencommit / [AbortSteps]

Method [AbortSteps]

out/cli.cjs:12717–12721  ·  view source on GitHub ↗

@internal

(reason)

Source from the content-addressed store, hash-verified

12715 }
12716 /** @internal */
12717 [AbortSteps](reason) {
12718 const result = this._abortAlgorithm(reason);
12719 WritableStreamDefaultControllerClearAlgorithms(this);
12720 return result;
12721 }
12722 /** @internal */
12723 [ErrorSteps]() {
12724 ResetQueue(this);

Callers

nothing calls this directly

Tested by

no test coverage detected