(source: string)
| 50 | } |
| 51 | |
| 52 | function formatAuthTokenSourceLabel(source: string): string { |
| 53 | return source === 'claude.ai' ? 'managed_oauth' : source; |
| 54 | } |
| 55 | |
| 56 | function getApiKeySourceResolution(source: string, directApiKeyEnvName: string): string { |
| 57 | if ( |
no outgoing calls
no test coverage detected