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

Method readFile

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

* Read the entire contents of a file. * * @param uri The uri of the file. * @return An array of bytes or a thenable that resolves to such.

(uri: Uri)

Source from the content-addressed store, hash-verified

6540 * @return An array of bytes or a thenable that resolves to such.
6541 */
6542 readFile(uri: Uri): Thenable<Uint8Array>;
6543
6544 /**
6545 * Write data to a file, replacing its entire contents.

Callers 15

assertValidOutputFileFunction · 0.65
getProcessTelemetryMethod · 0.65
getProcessTelemetryMethod · 0.65
openProfileFileMethod · 0.65
getFileLinesMethod · 0.65
readfileFunction · 0.65
readFileRawFunction · 0.65
fetchMethod · 0.65
startTailingLogMethod · 0.65
getTargetsMethod · 0.65
doBatchMinifyFunction · 0.65
generateTSLibEntryFunction · 0.65

Calls

no outgoing calls

Tested by 1

assertValidOutputFileFunction · 0.52