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

Function getTargetFile

src/notebooks/export/exportUtil.ts:39–47  ·  view source on GitHub ↗
(
        format: ExportFormat,
        source: Uri,
        defaultFileName?: string | undefined
    )

Source from the content-addressed store, hash-verified

37 }
38
39 async getTargetFile(
40 format: ExportFormat,
41 source: Uri,
42 defaultFileName?: string | undefined
43 ): Promise<Uri | undefined> {
44 let target = await new ExportDialog().showDialog(format, source, defaultFileName);
45
46 return target;
47 }
48}

Callers

nothing calls this directly

Calls 1

showDialogMethod · 0.80

Tested by

no test coverage detected