Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ reader.test.ts
File
reader.test.ts
packages/core/src/binary/__tests__/reader.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ assert, describe, test } from
"@rezi-ui/testkit"
;
2
import
{ ZrBinaryError } from
"../parseError.js"
;
3
import
{ BinaryReader } from
"../reader.js"
;
4
Callers
nothing calls this directly
Calls
5
describe
Function · 0.90
readU32
Method · 0.80
readU8
Method · 0.80
skip
Method · 0.80
ensureAligned4
Method · 0.45
Tested by
no test coverage detected