(value)
| 80410 | for await (const chunk of value) { |
| 80411 | parts.push(chunk); |
| 80412 | } |
| 80413 | } else { |
| 80414 | throw new Error(`Unexpected data type: ${typeof value}; constructor: ${value?.constructor?.name}; props: ${propsForError2(value)}`); |
| 80415 | } |
| 80416 | return parts; |
| 80417 | } |
| 80418 | function propsForError2(value) { |
no outgoing calls
no test coverage detected
searching dependent graphs…