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

Function deleteFile

tests/e2e/utils/fs.ts:12–14  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

10}
11
12export function deleteFile(path: string): Promise<void> {
13 return fs.unlink(path);
14}
15
16export function rimraf(path: string): Promise<void> {
17 return fs.rm(path, {

Callers 6

base.tsFile · 0.90
config-global.tsFile · 0.90
version.tsFile · 0.90
generate-error.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected