MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / hasApiKeyHelper

Function hasApiKeyHelper

src/components/TrustDialog/utils.ts:104–106  ·  view source on GitHub ↗

* Check if settings have apiKeyHelper configured

(settings: SettingsJson | null)

Source from the content-addressed store, hash-verified

102 * Check if settings have apiKeyHelper configured
103 */
104function hasApiKeyHelper(settings: SettingsJson | null): boolean {
105 return !!settings?.apiKeyHelper
106}
107
108/**
109 * Get which setting sources have apiKeyHelper configured.

Callers 1

getApiKeyHelperSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected