Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ getSystemPath
Function
getSystemPath
packages/angular_devkit/core/src/virtual-fs/path.ts:305–311 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
303
}
304
305
export
function
getSystemPath(path: Path): string {
306
if
(process.platform.startsWith(
'win32'
)) {
307
return
asWindowsPath(path);
308
}
else
{
309
return
asPosixPath(path);
310
}
311
}
Callers
15
constructor
Method · 0.90
readWorkspace
Function · 0.90
core_spec.ts
File · 0.90
write
Method · 0.90
read
Method · 0.90
delete
Method · 0.90
rename
Method · 0.90
list
Method · 0.90
exists
Method · 0.90
stat
Method · 0.90
watch
Method · 0.90
write
Method · 0.90
Calls
2
asWindowsPath
Function · 0.85
asPosixPath
Function · 0.85
Tested by
no test coverage detected