Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ completion.ts
File
completion.ts
tests/e2e/tests/commands/completion/completion.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ promises as fs } from
'node:fs'
;
2
import
* as path from
'node:path'
;
3
import
{ getGlobalVariable } from
'../../../utils/env'
;
4
import
{ mockHome } from
'../../../utils/utils'
;
Callers
nothing calls this directly
Calls
10
getGlobalVariable
Function · 0.90
mockHome
Function · 0.90
execAndWaitForOutputToMatch
Function · 0.90
execAndCaptureError
Function · 0.90
execWithEnv
Function · 0.90
silentNpm
Function · 0.90
windowsTests
Function · 0.70
readFile
Method · 0.65
writeFile
Method · 0.65
mkdir
Method · 0.65
Tested by
no test coverage detected