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