MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getAnthropicApiKey

Function getAnthropicApiKey

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

Source from the content-addressed store, hash-verified

213 | 'none'
214
215export function getAnthropicApiKey(): null | string {
216 const { key } = getAnthropicApiKeyWithSource()
217 return key
218}
219
220export function hasAnthropicApiKeyAuth(): boolean {
221 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