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

Method getContent

src/notebooks/export/types.ts:43–43  ·  view source on GitHub ↗
(document: NotebookDocument)

Source from the content-addressed store, hash-verified

41export const IExportUtil = Symbol('IExportUtil');
42export interface IExportUtil {
43 getContent(document: NotebookDocument): Promise<string>;
44 getTargetFile(format: ExportFormat, source: Uri, defaultFileName?: string | undefined): Promise<Uri | undefined>;
45}

Callers 2

executeCommandMethod · 0.80
executeCommandMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected