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

Method directoryExists

packages/compiler-cli/test/mocks.ts:140–142  ·  view source on GitHub ↗
(directoryName: string)

Source from the content-addressed store, hash-verified

138 }
139
140 directoryExists(directoryName: string): boolean {
141 return this.context.directoryExists(directoryName);
142 }
143
144 getSourceFile(
145 fileName: string,

Callers

nothing calls this directly

Calls 1

directoryExistsMethod · 0.45

Tested by

no test coverage detected