MCPcopy Index your code
hub / github.com/angular/angular / readFile

Method readFile

vscode-ng-language-service/server/src/server_host.ts:50–52  ·  view source on GitHub ↗
(path: string, encoding?: string)

Source from the content-addressed store, hash-verified

48 }
49
50 readFile(path: string, encoding?: string): string | undefined {
51 return ts.sys.readFile(path, encoding);
52 }
53
54 getFileSize(path: string): number {
55 return ts.sys.getFileSize!(path);

Callers

nothing calls this directly

Calls 1

readFileMethod · 0.65

Tested by

no test coverage detected