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

Function stat

packages/angular/cli/src/commands/mcp/host.ts:337–341  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

335 roots = newRoots;
336 },
337 stat(path: string) {
338 checkPath(path);
339
340 return baseHost.stat(path);
341 },
342 existsSync(path: string) {
343 checkPath(path);
344

Callers 4

findAngularJsonFilesFunction · 0.50
getProjectStyleLanguageFunction · 0.50
findUpFunction · 0.50

Calls 2

checkPathFunction · 0.85
statMethod · 0.65

Tested by

no test coverage detected