(chunk)
| 14390 | return startPromise; |
| 14391 | } |
| 14392 | function writeAlgorithm(chunk) { |
| 14393 | return TransformStreamDefaultSinkWriteAlgorithm(stream4, chunk); |
| 14394 | } |
| 14395 | function abortAlgorithm(reason) { |
| 14396 | return TransformStreamDefaultSinkAbortAlgorithm(stream4, reason); |
| 14397 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…