MCPcopy
hub / github.com/angular/angular-cli / exists

Method exists

packages/angular_devkit/schematics/src/tree/interface.ts:111–111  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

109 readJson(path: string): JsonValue;
110
111 exists(path: string): boolean;
112 get(path: string): FileEntry | null;
113 getDir(path: string): DirEntry;
114 visit(visitor: FileVisitor): void;

Callers 15

createIfMissingFunction · 0.65
index_spec.tsFile · 0.65
updateTsConfigFunction · 0.65
addTsProjectReferenceFunction · 0.65
getRoutingModulePathFunction · 0.65
index_spec.tsFile · 0.65
index.tsFile · 0.65
index_spec.tsFile · 0.65
updateTsConfigRuleFunction · 0.65
index_spec.tsFile · 0.65
writeFileMethod · 0.65
isDirectoryMethod · 0.65

Implementers 4

HostTreepackages/angular_devkit/schematics/src
ScopedTreepackages/angular_devkit/schematics/src
NullTreepackages/angular_devkit/schematics/src
DelegateTreepackages/angular_devkit/schematics/src

Calls

no outgoing calls

Tested by

no test coverage detected