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

Interface SyncTransformObject

src/types.ts:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482 * that receives the entire source as an iterable.
483 */
484export interface SyncTransformObject {
485 /** Stateful transform function that receives the entire source. */
486 transform: StatefulSyncTransformFn;
487}
488
489/**
490 * Union type for sync transforms.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected