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

Interface SyncByteStreamReadable

src/types.ts:251–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 * Sync iterable that yields batches of Uint8Array chunks.
250 */
251export interface SyncByteStreamReadable {
252 [Symbol.iterator](): Iterator<Uint8Array[]>;
253}
254
255/**
256 * Async pair - for event sources, network connections, etc.

Callers

nothing calls this directly

Implementers 2

RingBuffersrc/ringbuffer.ts
SyncShareImplsrc/share.ts

Calls

no outgoing calls

Tested by

no test coverage detected