()
| 243 | | 'none' |
| 244 | |
| 245 | export function getAnthropicApiKey(): null | string { |
| 246 | const { key } = getAnthropicApiKeyWithSource() |
| 247 | return key |
| 248 | } |
| 249 | |
| 250 | export function hasAnthropicApiKeyAuth(): boolean { |
| 251 | const { key, source } = getAnthropicApiKeyWithSource({ |
no test coverage detected