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

Function hasConfiguredApiKeyHelper

src/utils/apiKeyHelperSession.ts:21–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21export function hasConfiguredApiKeyHelper(): boolean {
22 return Boolean(getConfiguredApiKeyHelper())
23}
24
25export function getCurrentApiKeyHelperSlowNoticeDuration(): string | null {
26 return getApiKeyHelperSlowNoticeDuration({

Calls 1

Tested by

no test coverage detected