MCPcopy
hub / github.com/microsoft/vscode-js-debug / readFile

Method readFile

src/common/fsUtils.ts:145–145  ·  view source on GitHub ↗

* Gets the file contents. * @throws if the path does not exist

(path: string)

Source from the content-addressed store, hash-verified

143 * @throws if the path does not exist
144 */
145 readFile(path: string): Promise<Buffer>;
146}
147
148/**

Callers 15

openDiagnosticToolMethod · 0.65
openProfileFileMethod · 0.65
getFileLinesMethod · 0.65
loadJSONFunction · 0.65
readExtensionPackageJsonFunction · 0.65
isVsCodeLockedFunction · 0.65
readfileFunction · 0.65
readFileRawFunction · 0.65
readFileMethod · 0.65
readFileMethod · 0.65
index.test.tsFile · 0.65
handleFunction · 0.65

Implementers 3

LocalFsUtilssrc/common/fsUtils.ts
RemoteFsThroughDapUtilssrc/common/fsUtils.ts
LocalAndRemoteFsUtilssrc/common/fsUtils.ts

Calls

no outgoing calls

Tested by 1

upperCaseContentsFunction · 0.52