Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
const
read = (p: string) => vol.readFileSync(p,
'utf8'
) as string;
15
16
const
write = (p: string, c: string) => vol.writeFileSync(p, c);
17
18
const
wal = <T extends object | string>(
19
file: string,
Callers
1
wal.unit.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected