MCPcopy Create free account
hub / github.com/chhoumann/quickadd / ensureNotAborted

Method ensureNotAborted

src/engine/SingleMacroEngine.ts:593–598  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

591 }
592
593 private ensureNotAborted() {
594 const abort = this.choiceExecutor.consumeAbortSignal?.();
595 if (abort) {
596 throw abort;
597 }
598 }
599}

Callers 2

runAndGetOutputMethod · 0.95
tryExecuteExportMethod · 0.95

Calls 1

consumeAbortSignalMethod · 0.65

Tested by

no test coverage detected