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

Function existsSync

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

Source from the content-addressed store, hash-verified

340 return baseHost.stat(path);
341 },
342 existsSync(path: string) {
343 checkPath(path);
344
345 return baseHost.existsSync(path);
346 },
347 readFile(path: string, encoding: BufferEncoding) {
348 checkPath(path);
349

Callers 15

findUpFunction · 0.85
hasTaskExecutorMethod · 0.85
existsMethod · 0.85
getWebpackConfigFunction · 0.85
addProxyConfigFunction · 0.85
ensureOutputPathsFunction · 0.85
normalizePolyfillsFunction · 0.85
findUpFunction · 0.85
migrateOnlyMethod · 0.85

Calls 2

checkPathFunction · 0.85
existsSyncMethod · 0.80

Tested by

no test coverage detected