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

Class

samples/01-basic-creation.ts:277–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 // This is similar to toStreamable but can return async iterables or promises.
276 {
277 class LazyData {
278 constructor(private getData: () => Promise<string>) {}
279
280 // Async protocol - can return promises or async iterables

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected