Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
runAndGetOutput
Method · 0.95
tryExecuteExport
Method · 0.95
Calls
1
consumeAbortSignal
Method · 0.65
Tested by
no test coverage detected