| 2540 | } |
| 2541 | registerSingleton(IExplorerService, ExplorerService, InstantiationType.Delayed) |
| 2542 | class ExtensionStorageService implements IExtensionStorageService { |
| 2543 | _serviceBrand: undefined |
| 2544 | getExtensionState: IExtensionStorageService['getExtensionState'] = () => undefined |
| 2545 | getExtensionStateRaw: IExtensionStorageService['getExtensionStateRaw'] = () => undefined |
nothing calls this directly
no outgoing calls
no test coverage detected