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

Method stat

packages/angular/cli/src/package-managers/host.ts:46–46  ·  view source on GitHub ↗

* Gets the stats of a file or directory. * @param path The path to the file or directory. * @returns A promise that resolves to the stats.

(path: string)

Source from the content-addressed store, hash-verified

44 * @returns A promise that resolves to the stats.
45 */
46 stat(path: string): Promise<Stats>;
47
48 /**
49 * Reads the content of a file.

Callers 10

getSizeOfDirectoryMethod · 0.65
statFunction · 0.65
isDirectoryFunction · 0.65
isFileFunction · 0.65
getTemporaryDirectoryMethod · 0.65
findLockfilesFunction · 0.65
isDirectoryFunction · 0.65
moveDirectoryFunction · 0.65
getFileSizeFunction · 0.65

Implementers 1

MockHostpackages/angular/cli/src/package-manag

Calls

no outgoing calls

Tested by

no test coverage detected