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

Method readFile

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

Source from the content-addressed store, hash-verified

168 }
169
170 public readFile(path: string) {
171 return this.fs.readFile(path);
172 }
173}
174
175export class RemoteFsThroughDapUtils implements IFsUtils {

Callers

nothing calls this directly

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected