MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getConfiguredProviderApiKey

Function getConfiguredProviderApiKey

src/utils/model/providerConfig.ts:366–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364}
365
366export function getConfiguredProviderApiKey(): string | undefined {
367 const apiKeyEnv = getActiveProviderConfig().apiKeyEnv
368 return apiKeyEnv ? process.env[apiKeyEnv] : undefined
369}
370
371export function getConfiguredGitHubProviderAuthToken(
372 type: ConfiguredProviderType,

Callers 5

isAnthropicAuthEnabledFunction · 0.85
getAnthropicClientFunction · 0.85
configureApiKeyHeadersFunction · 0.85

Calls 1

getActiveProviderConfigFunction · 0.85

Tested by

no test coverage detected