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

Function clearApiKeyHelperCache

src/utils/auth.ts:585–589  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583}
584
585export function clearApiKeyHelperCache(): void {
586 _apiKeyHelperEpoch++
587 _apiKeyHelperCache = null
588 _apiKeyHelperInflight = null
589}
590
591export function prefetchApiKeyFromApiKeyHelperIfSafe(
592 isNonInteractiveSession: boolean,

Callers 2

onChangeAppStateFunction · 0.85
shouldRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected