MCPcopy 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

1import { describe, expect, it } from 'vitest';
2import { BinaryReader } from '../binary-reader.js';
3import { ByteOrder } from '../common.js';
4

Callers

nothing calls this directly

Calls 15

readUint8Method · 0.80
readBytesMethod · 0.80
readInt8Method · 0.80
readInt16Method · 0.80
readInt32Method · 0.80
readInt64Method · 0.80
readUint16Method · 0.80
readUint32Method · 0.80
readUint64Method · 0.80
readFloat32Method · 0.80
readFloat64Method · 0.80
readUnsignedLEB128Method · 0.80

Tested by

no test coverage detected