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

Method delete

src/platform/common/platform/types.ts:42–42  ·  view source on GitHub ↗
(uri: vscode.Uri)

Source from the content-addressed store, hash-verified

40 copy(source: vscode.Uri, destination: vscode.Uri, options?: { overwrite: boolean }): Promise<void>;
41 createDirectory(uri: vscode.Uri): Promise<void>;
42 delete(uri: vscode.Uri): Promise<void>;
43 readFile(uri: vscode.Uri): Promise<string>;
44 stat(uri: vscode.Uri): Promise<vscode.FileStat>;
45 writeFile(uri: vscode.Uri, text: string | Uint8Array): Promise<void>;

Callers 15

scheduleCheckMethod · 0.65
onKernelStatusChangedMethod · 0.65
onDidRemoveServersMethod · 0.65
activateMethod · 0.65
requestApiAccessFunction · 0.65
sendCompletionTelemetryFunction · 0.65
activateMethod · 0.65
analyzeNotebookCellsMethod · 0.65

Implementers 2

FileSystemsrc/platform/common/platform/fileSyste
FileSystemsrc/platform/common/platform/fileSyste

Calls

no outgoing calls

Tested by 1

initializeFunction · 0.52