Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
findAngularJsonFiles
Function · 0.50
getProjectStyleLanguage
Function · 0.50
getVersionSpecificBestPractices
Function · 0.50
findUp
Function · 0.50
Calls
2
checkPath
Function · 0.85
stat
Method · 0.65
Tested by
no test coverage detected