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

Method fileExists

packages/compiler-cli/test/mocks.ts:132–134  ·  view source on GitHub ↗
(fileName: string)

Source from the content-addressed store, hash-verified

130 constructor(private context: MockAotContext) {}
131
132 fileExists(fileName: string): boolean {
133 return this.context.fileExists(fileName);
134 }
135
136 readFile(fileName: string): string {
137 return this.context.readFile(fileName);

Callers

nothing calls this directly

Calls 1

fileExistsMethod · 0.45

Tested by

no test coverage detected