(url: string)
| 368 | } |
| 369 | |
| 370 | export function isKnownGitProvider(url: string): boolean { |
| 371 | return parseRepoUrl(url) !== null |
| 372 | } |
| 373 | |
| 374 | /** |
| 375 | * API origins used by each provider for client-side repo metadata fetches. |
nothing calls this directly
no test coverage detected