Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ 200-create-project-dir.ts
File
200-create-project-dir.ts
tests/e2e/setup/200-create-project-dir.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ mkdir } from
'node:fs/promises'
;
2
import
{ join } from
'node:path'
;
3
import
{ getGlobalVariable, setGlobalVariable } from
'../utils/env'
;
4
Callers
nothing calls this directly
Calls
4
getGlobalVariable
Function · 0.90
setGlobalVariable
Function · 0.90
join
Function · 0.85
log
Method · 0.65
Tested by
no test coverage detected