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

Function deleteTemporaryRoot

tests/e2e_runner.ts:407–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

405}
406
407function deleteTemporaryRoot(): void {
408 try {
409 fs.rmSync(getGlobalVariable('tmp-root'), {
410 recursive: true,
411 force: true,
412 maxRetries: 3,
413 });
414 } catch {}
415}

Callers

nothing calls this directly

Calls 1

getGlobalVariableFunction · 0.90

Tested by

no test coverage detected