MCPcopy 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
301export function asPosixPath(path: Path): PosixPath {
302 return path as string as PosixPath;
303}
304
305export function getSystemPath(path: Path): string {
306 if (process.platform.startsWith('win32')) {

Callers 1

getSystemPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected