MCPcopy Create free account
hub / github.com/firebase/firebase-tools / writeFile

Function writeFile

src/apptesting/parseTestFiles.spec.ts:23–26  ·  view source on GitHub ↗
(filename: string, content: string)

Source from the content-addressed store, hash-verified

21 });
22
23 function writeFile(filename: string, content: string) {
24 const file = join(tempdir.name, filename);
25 fs.writeFileSync(file, content);
26 }
27
28 describe("parsing", () => {
29 it("throws an error for invalid targetUri", async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…