()
| 660 | return { |
| 661 | __proto__: null, |
| 662 | async next() { |
| 663 | return queue.read(); |
| 664 | }, |
| 665 | async return() { |
| 666 | queue.consumerReturn(); |
| 667 | return { __proto__: null, done: true, value: undefined }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…