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

Function hasApiKeyHelper

src/components/TrustDialog/utils.ts:139–141  ·  view source on GitHub ↗

* Check if settings have apiKeyHelper configured

(settings: SettingsJson | null)

Source from the content-addressed store, hash-verified

137 * Check if settings have apiKeyHelper configured
138 */
139function hasApiKeyHelper(settings: SettingsJson | null): boolean {
140 return !!settings?.apiKeyHelper
141}
142
143/**
144 * Get which setting sources have apiKeyHelper configured.

Callers 1

getApiKeyHelperSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected