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

Method writeFileSync

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

Source from the content-addressed store, hash-verified

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;
215 removeSync(src: string): void;

Callers 2

deployToFunctionFunction · 0.80
deployToCloudRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected