Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstackincubator/polygen
/ binary-reader.spec.ts
File
binary-reader.spec.ts
packages/binary-utils/src/__tests__/binary-reader.spec.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, expect, it } from
'vitest'
;
2
import
{ BinaryReader } from
'../binary-reader.js'
;
3
import
{ ByteOrder } from
'../common.js'
;
4
Callers
nothing calls this directly
Calls
15
readUint8
Method · 0.80
readBytes
Method · 0.80
readInt8
Method · 0.80
readInt16
Method · 0.80
readInt32
Method · 0.80
readInt64
Method · 0.80
readUint16
Method · 0.80
readUint32
Method · 0.80
readUint64
Method · 0.80
readFloat32
Method · 0.80
readFloat64
Method · 0.80
readUnsignedLEB128
Method · 0.80
Tested by
no test coverage detected