MCPcopy Create free account
hub / github.com/freecodexyz/free-code / clearApiKeyHelperCache

Function clearApiKeyHelperCache

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

Source from the content-addressed store, hash-verified

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

Callers 2

onChangeAppStateFunction · 0.85
shouldRetryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected