| 206 | // ToStreamable can return arrays, iterables, nested structures |
| 207 | { |
| 208 | class MultiPartMessage { |
| 209 | constructor(private parts: string[]) {} |
| 210 | |
| 211 | *[Stream.toStreamable](): Generator<string> { |
nothing calls this directly
no outgoing calls
no test coverage detected