Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ cache-clean.ts
File
cache-clean.ts
tests/e2e/tests/commands/cache/cache-clean.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createDir, expectFileNotToExist, expectFileToExist } from
'../../../utils/fs'
;
2
import
{ ng } from
'../../../utils/process'
;
3
4
export
default
async
function
() {
Callers
nothing calls this directly
Calls
4
createDir
Function · 0.90
expectFileToExist
Function · 0.90
ng
Function · 0.90
expectFileNotToExist
Function · 0.90
Tested by
no test coverage detected