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

Class

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

Source from the content-addressed store, hash-verified

206 // ToStreamable can return arrays, iterables, nested structures
207 {
208 class MultiPartMessage {
209 constructor(private parts: string[]) {}
210
211 *[Stream.toStreamable](): Generator<string> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected