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

Function abortInFlight

src/hooks/useAwaySummary.ts:64–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 function abortInFlight(): void {
65 abortRef.current?.abort()
66 abortRef.current = null
67 }
68
69 async function generate(): Promise<void> {
70 pendingRef.current = false

Callers 3

generateFunction · 0.85
onFocusChangeFunction · 0.85
useAwaySummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected