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

Method shutdown

src/kernels/types.ts:415–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

413 interrupt(): Promise<void>;
414 restart(): Promise<void>;
415 shutdown(): Promise<void>;
416 addHook(
417 event: 'didStart',
418 hook: (session: IKernelSession | undefined, token: CancellationToken) => Promise<void>,

Callers 15

shutdownMethod · 0.65
shutdownFunction · 0.65
createMethod · 0.65
createJupyterSessionFunction · 0.65
createSessionFunction · 0.65
shutdownMethod · 0.65
startMethod · 0.65
shutdownMethod · 0.65

Calls

no outgoing calls

Tested by 2

createJupyterSessionFunction · 0.52
createSessionFunction · 0.52