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

Function clearApiKeyHelperCache

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

Source from the content-addressed store, hash-verified

657}
658
659export function clearApiKeyHelperCache(): void {
660 _apiKeyHelperEpoch++
661 _apiKeyHelperCache = null
662 _apiKeyHelperInflight = null
663}
664
665export function prefetchApiKeyFromApiKeyHelperIfSafe(
666 isNonInteractiveSession: boolean,

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected