Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
12
export
function
deleteFile(path: string): Promise<void> {
13
return
fs.unlink(path);
14
}
15
16
export
function
rimraf(path: string): Promise<void> {
17
return
fs.rm(path, {
Callers
6
base.ts
File · 0.90
config-global.ts
File · 0.90
config-global-validation.ts
File · 0.90
workspace-verification.ts
File · 0.90
version.ts
File · 0.90
generate-error.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected