MCPcopy Index your code
hub / github.com/codeaashu/claude-code / abort

Function abort

src/services/mcp/auth.ts:212–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210 // Combine signals: abort when either fires
211 const controller = new AbortController()
212 const abort = () => controller.abort()
213
214 init.signal.addEventListener('abort', abort)
215 timeoutSignal.addEventListener('abort', abort)

Callers 2

acceptSpeculationFunction · 0.50
abortSpeculationFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected