MCPcopy Create free account
hub / github.com/WinterTC55/iter-streams /

Class

samples/util.ts:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92export class SyncMemoryWriter implements SyncWriter {
93 private chunks: Uint8Array[] = [];
94 private _closed = false;
95 private _byteCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected