Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ asPosixPath
Function
asPosixPath
packages/angular_devkit/core/src/virtual-fs/path.ts:301–303 ·
view source on GitHub ↗
(path: Path)
Source
from the content-addressed store, hash-verified
299
}
300
301
export
function
asPosixPath(path: Path): PosixPath {
302
return
path as string as PosixPath;
303
}
304
305
export
function
getSystemPath(path: Path): string {
306
if
(process.platform.startsWith(
'win32'
)) {
Callers
1
getSystemPath
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected