MCPcopy Create free account
hub / github.com/code-pushup/cli / write

Function write

packages/utils/src/lib/wal.unit.test.ts:16–16  ·  view source on GitHub ↗
(p: string, c: string)

Source from the content-addressed store, hash-verified

14const read = (p: string) => vol.readFileSync(p, 'utf8') as string;
15
16const write = (p: string, c: string) => vol.writeFileSync(p, c);
17
18const wal = <T extends object | string>(
19 file: string,

Callers 1

wal.unit.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected