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

Function getAnthropicApiKey

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

Source from the content-addressed store, hash-verified

243 | 'none'
244
245export function getAnthropicApiKey(): null | string {
246 const { key } = getAnthropicApiKeyWithSource()
247 return key
248}
249
250export function hasAnthropicApiKeyAuth(): boolean {
251 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