MCPcopy Index your code
hub / github.com/angular/angular-cli / writeFile

Function writeFile

packages/angular/cli/src/utilities/config.ts:26–28  ·  view source on GitHub ↗
(path, data)

Source from the content-addressed store, hash-verified

24 return fs.readFile(path, 'utf-8');
25 },
26 async writeFile(path, data) {
27 await fs.writeFile(path, data);
28 },
29 async isDirectory(path) {
30 try {
31 const stats = await fs.stat(path);

Callers

nothing calls this directly

Calls 1

writeFileMethod · 0.65

Tested by

no test coverage detected