MCPcopy Index your code
hub / github.com/angular/angularfire / existsSync

Method existsSync

src/schematics/interfaces.ts:216–216  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

214 copySync(src: string, dest: string): void;
215 removeSync(src: string): void;
216 existsSync(src: string): boolean;
217}
218
219export interface WorkspaceProject {

Callers 1

deployToFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected