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

Function prefetchCurrentApiKeyHelperIfSafe

src/utils/apiKeyHelperSession.ts:32–36  ·  view source on GitHub ↗
(
  isNonInteractiveSession: boolean,
)

Source from the content-addressed store, hash-verified

30}
31
32export function prefetchCurrentApiKeyHelperIfSafe(
33 isNonInteractiveSession: boolean,
34): void {
35 prefetchApiKeyFromApiKeyHelperIfSafe(isNonInteractiveSession)
36}
37
38export function clearCurrentApiKeyHelperCache(): void {
39 clearApiKeyHelperCache()

Callers 1

setupFunction · 0.85

Tested by

no test coverage detected