()
| 201 | } |
| 202 | |
| 203 | async function fetchRepoMapping(): Promise< |
| 204 | Record<string, (typeof mapping)[string]> |
| 205 | > { |
| 206 | return mappingCaseInsensitive; |
| 207 | } |
| 208 | |
| 209 | async function fetchRepoMappingByRepoName(): Promise< |
| 210 | Record<string, (typeof mapping)[string]> |
nothing calls this directly
no outgoing calls
no test coverage detected