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

Interface ByteStreamReadable

src/types.ts:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 * This is the normalized output type used throughout the API.
243 */
244export interface ByteStreamReadable {
245 [Symbol.asyncIterator](): AsyncIterator<Uint8Array[]>;
246}
247
248/**
249 * Sync iterable that yields batches of Uint8Array chunks.

Callers

nothing calls this directly

Implementers 2

BroadcastImplsrc/broadcast.ts
ShareImplsrc/share.ts

Calls

no outgoing calls

Tested by

no test coverage detected