MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / registerTypes

Function registerTypes

src/standalone/devTools/serviceRegistry.ts:7–9  ·  view source on GitHub ↗
(context: IExtensionContext, isDevMode: boolean)

Source from the content-addressed store, hash-verified

5import { addClearCacheCommand } from './clearCache';
6
7export function registerTypes(context: IExtensionContext, isDevMode: boolean) {
8 addClearCacheCommand(context, isDevMode);
9}

Callers

nothing calls this directly

Calls 1

addClearCacheCommandFunction · 0.90

Tested by

no test coverage detected