MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / clearApiKeyHelperCache

Function clearApiKeyHelperCache

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

Source from the content-addressed store, hash-verified

633}
634
635export function clearApiKeyHelperCache(): void {
636 _apiKeyHelperEpoch++
637 _apiKeyHelperCache = null
638 _apiKeyHelperInflight = null
639}
640
641export function prefetchApiKeyFromApiKeyHelperIfSafe(
642 isNonInteractiveSession: boolean,

Callers 2

onChangeAppStateFunction · 0.85
shouldRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected