()
| 13724 | return promiseResolvedWith(void 0); |
| 13725 | } |
| 13726 | function pull2Algorithm() { |
| 13727 | if (reading) { |
| 13728 | readAgainForBranch2 = true; |
| 13729 | return promiseResolvedWith(void 0); |
| 13730 | } |
| 13731 | reading = true; |
| 13732 | const byobRequest = ReadableByteStreamControllerGetBYOBRequest(branch2._readableStreamController); |
| 13733 | if (byobRequest === null) { |
| 13734 | pullWithDefaultReader(); |
| 13735 | } else { |
| 13736 | pullWithBYOBReader(byobRequest._view, true); |
| 13737 | } |
| 13738 | return promiseResolvedWith(void 0); |
| 13739 | } |
| 13740 | function cancel1Algorithm(reason) { |
| 13741 | canceled1 = true; |
| 13742 | reason1 = reason; |
no test coverage detected
searching dependent graphs…