(reason)
| 13529 | return cancelPromise; |
| 13530 | } |
| 13531 | function cancel2Algorithm(reason) { |
| 13532 | canceled2 = true; |
| 13533 | reason2 = reason; |
| 13534 | if (canceled1) { |
| 13535 | const compositeReason = CreateArrayFromList([reason1, reason2]); |
| 13536 | const cancelResult = ReadableStreamCancel(stream4, compositeReason); |
| 13537 | resolveCancelPromise(cancelResult); |
| 13538 | } |
| 13539 | return cancelPromise; |
| 13540 | } |
| 13541 | function startAlgorithm() { |
| 13542 | } |
| 13543 | branch1 = CreateReadableStream(startAlgorithm, pullAlgorithm, cancel1Algorithm); |
nothing calls this directly
no test coverage detected
searching dependent graphs…