MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi /

Class

packages/core/src/binary/reader.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 * The buffer must remain valid and unmodified for the reader's lifetime.
25 */
26export class BinaryReader {
27 private readonly bytes: Uint8Array;
28 private readonly dv: DataView;
29 private off = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected