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

Function getAnthropicApiKey

src/utils/auth.ts:214–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

212 | 'none'
213
214export function getAnthropicApiKey(): null | string {
215 const { key } = getAnthropicApiKeyWithSource()
216 return key
217}
218
219export function hasAnthropicApiKeyAuth(): boolean {
220 const { key, source } = getAnthropicApiKeyWithSource({

Callers 7

getAuthHeadersFunction · 0.85
hasConsoleBillingAccessFunction · 0.85
prefetchFastModeStatusFunction · 0.85
InstallGitHubAppFunction · 0.85
getAnthropicClientFunction · 0.85
fetchBootstrapAPIFunction · 0.85

Calls 1

Tested by

no test coverage detected