MCPcopy Create free account
hub / github.com/Snapchat/Valdi / writeFile

Method writeFile

valdi/vscode_debugger/src/typings/vscode.d.ts:6550–6550  ·  view source on GitHub ↗

* Write data to a file, replacing its entire contents. * * @param uri The uri of the file. * @param content The new content of the file.

(uri: Uri, content: Uint8Array)

Source from the content-addressed store, hash-verified

6548 * @param content The new content of the file.
6549 */
6550 writeFile(uri: Uri, content: Uint8Array): Thenable<void>;
6551
6552 /**
6553 * Delete a file.

Callers 11

getBootloaderFileFunction · 0.65
getBootloaderFileFunction · 0.65
stopMethod · 0.65
stopMethod · 0.65
generateTSLibsFileFunction · 0.65
wrapOutputAndWriteFileFunction · 0.65
processTsConfigDirFunction · 0.65
processLaunchJSONFileFunction · 0.65
downloadToPathMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected