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

Method readFile

src/common/fsUtils.ts:230–232  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

228 }
229
230 public async readFile(path: string): Promise<Buffer> {
231 return this.selectFs(path).readFile(path);
232 }
233
234 public async realPath(path: string): Promise<string> {
235 return this.selectFs(path).realPath(path);

Callers

nothing calls this directly

Calls 2

selectFsMethod · 0.95
readFileMethod · 0.65

Tested by

no test coverage detected