MCPcopy
hub / github.com/codeaashu/claude-code / hasApiKeyHelper

Function hasApiKeyHelper

src/components/TrustDialog/utils.ts:136–138  ·  view source on GitHub ↗

* Check if settings have apiKeyHelper configured

(settings: SettingsJson | null)

Source from the content-addressed store, hash-verified

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

Callers 1

getApiKeyHelperSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected