MCPcopy Create free account
hub / github.com/codeaashu/claude-code / abort

Function abort

src/bridge/capacityWake.ts:38–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 function signal(): CapacitySignal {
37 const merged = new AbortController()
38 const abort = (): void => merged.abort()
39 if (outerSignal.aborted || wakeController.signal.aborted) {
40 merged.abort()
41 return { signal: merged.signal, cleanup: () => {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected