()
| 700 | * This should only be called at startup or for testing. |
| 701 | */ |
| 702 | export function resetInMemoryState(): void { |
| 703 | inMemoryInstalledPlugins = null |
| 704 | } |
| 705 | |
| 706 | /** |
| 707 | * Initialize the versioned plugins system. |
nothing calls this directly
no outgoing calls
no test coverage detected