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