MCPcopy 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

27let keepAliveDisabled = false
28
29export function disableKeepAlive(): void {
30 keepAliveDisabled = true
31}
32
33export function _resetKeepAliveForTesting(): void {
34 keepAliveDisabled = false

Callers 1

withRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected