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

Method assumeFileExists

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

Source from the content-addressed store, hash-verified

58 }
59
60 assumeFileExists(fileName: string): void {
61 this.writeFile(fileName, '');
62 }
63
64 getEntry(fileName: string | string[]): Entry | undefined {
65 let parts = typeof fileName === 'string' ? fileName.split('/') : fileName;

Callers

nothing calls this directly

Calls 1

writeFileMethod · 0.95

Tested by

no test coverage detected