MCPcopy Index your code
hub / github.com/angular/angular-cli / stat

Method stat

packages/angular_devkit/core/node/host.ts:110–112  ·  view source on GitHub ↗
(path: Path)

Source from the content-addressed store, hash-verified

108
109 // Some hosts may not support stat.
110 stat(path: Path): Observable<virtualFs.Stats<Stats>> {
111 return observableFrom(fsPromises.stat(getSystemPath(path)));
112 }
113
114 // Some hosts may not support watching.
115 watch(

Callers 2

isDirectoryMethod · 0.95
isFileMethod · 0.95

Calls 2

getSystemPathFunction · 0.90
statMethod · 0.65

Tested by

no test coverage detected