Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ disableKeepAlive
Function
disableKeepAlive
src/utils/proxy.ts:29–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
let
keepAliveDisabled = false
28
29
export
function
disableKeepAlive(): void {
30
keepAliveDisabled = true
31
}
32
33
export
function
_resetKeepAliveForTesting(): void {
34
keepAliveDisabled = false
Callers
1
withRetry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected