(stream4)
| 83053 | return { value: chunk, done: false }; |
| 83054 | }, |
| 83055 | return: async () => { |
| 83056 | this.abort(); |
| 83057 | return { value: void 0, done: true }; |
| 83058 | } |
| 83059 | }; |
| 83060 | } |
| 83061 | static fromReadableStream(stream4) { |
| 83062 | const runner = new _AssistantStream(); |
nothing calls this directly
no test coverage detected