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

Class

packages/core/src/binary/writer.ts:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26 * finish() is a subarray view; caller should copy if the writer will be reused.
27 */
28export class BinaryWriter {
29 private readonly buf: Uint8Array;
30 private readonly dv: DataView;
31 private off = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected