Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
generate
Function · 0.85
onFocusChange
Function · 0.85
useAwaySummary
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected