()
| 787 | } |
| 788 | |
| 789 | function onDrain () { |
| 790 | if (!waitingDrain || !sourceOpen || res.destroyed) { |
| 791 | return |
| 792 | } |
| 793 | waitingDrain = false |
| 794 | reader.read().then(onRead, onReadError) |
| 795 | } |
| 796 | |
| 797 | function onReadError (err) { |
| 798 | sourceOpen = false |
nothing calls this directly
no test coverage detected
searching dependent graphs…