(name: string)
| 325 | ) => { |
| 326 | await I18n.done; |
| 327 | instances = json; |
| 328 | }, |
| 329 | ); |
| 330 | const stringURLMap = new Map<string, string>(); |
| 331 | |
| 332 | const stringURLsMap = new Map< |
| 333 | string, |
| 334 | { |
| 335 | wellknown: string; |
| 336 | api: string; |
nothing calls this directly
no test coverage detected