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

Method moveSync

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

Source from the content-addressed store, hash-verified

209
210export interface FSHost {
211 moveSync(src: string, dest: string): void;
212 writeFileSync(src: string, data: string): void;
213 renameSync(src: string, dest: string): void;
214 copySync(src: string, dest: string): void;

Callers 1

deployToFunctionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected