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

Method existsSync

packages/angular/cli/src/commands/mcp/host.ts:55–55  ·  view source on GitHub ↗

* Checks if a path exists on the file system. * @param path The path to check. * @returns A boolean indicating whether the path exists.

(path: string)

Source from the content-addressed store, hash-verified

53 * @returns A boolean indicating whether the path exists.
54 */
55 existsSync(path: string): boolean;
56
57 /**
58 * Reads a file and returns its content.

Callers 13

fetchMethod · 0.80
host_spec.tsFile · 0.80
copyAssetsFunction · 0.80
_renderUniversalFunction · 0.80
renderFunction · 0.80
executeFunction · 0.80
findAngularJsonDirFunction · 0.80
existsSyncFunction · 0.80
getTestFilePathFunction · 0.80
useCIChromeFunction · 0.80

Implementers 1

MockHostpackages/angular/cli/src/commands/mcp/

Calls

no outgoing calls

Tested by

no test coverage detected