()
| 13539 | return cancelPromise; |
| 13540 | } |
| 13541 | function startAlgorithm() { |
| 13542 | } |
| 13543 | branch1 = CreateReadableStream(startAlgorithm, pullAlgorithm, cancel1Algorithm); |
| 13544 | branch2 = CreateReadableStream(startAlgorithm, pullAlgorithm, cancel2Algorithm); |
| 13545 | uponRejection(reader._closedPromise, (r3) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…