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

Function read

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

Source from the content-addressed store, hash-verified

12} from './wal.js';
13
14const read = (p: string) => vol.readFileSync(p, 'utf8') as string;
15
16const write = (p: string, c: string) => vol.writeFileSync(p, c);
17

Callers 1

wal.unit.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected