| 41 | } |
| 42 | |
| 43 | interface ExtensionScreenshot { |
| 44 | path?: string | null; |
| 45 | type?: string | null; |
| 46 | } |
| 47 | |
| 48 | let allItems: Extension[] = []; |
| 49 | let extensionById = new Map<string, Extension>(); |
nothing calls this directly
no outgoing calls
no test coverage detected