MCPcopy
hub / github.com/angular/angularfire / removeSync

Method removeSync

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

Source from the content-addressed store, hash-verified

213 renameSync(src: string, dest: string): void;
214 copySync(src: string, dest: string): void;
215 removeSync(src: string): void;
216 existsSync(src: string): boolean;
217}
218

Callers 2

deployToFunctionFunction · 0.80
deployToCloudRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected