()
| 55154 | const onDrain = function() { |
| 55155 | if (finished) { |
| 55156 | return; |
| 55157 | } |
| 55158 | if (body.resume) { |
| 55159 | body.resume(); |
| 55160 | } |
| 55161 | }; |
| 55162 | const onAbort = function() { |
| 55163 | if (finished) { |
| 55164 | return; |
| 55165 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…