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