( source: string | null | undefined, )
| 87 | } |
| 88 | |
| 89 | export function isAnthropicDirectApiKeySource( |
| 90 | source: string | null | undefined, |
| 91 | ): boolean { |
| 92 | return getDirectApiKeyProviderKindForSource(source) === 'anthropic' |
| 93 | } |
no test coverage detected