()
| 8286 | source.on('data', ondata); |
| 8287 | |
| 8288 | function ondrain() { |
| 8289 | if (source.readable && source.resume) { |
| 8290 | source.resume(); |
| 8291 | } |
| 8292 | } |
| 8293 | |
| 8294 | dest.on('drain', ondrain); |
| 8295 |
no outgoing calls
no test coverage detected
searching dependent graphs…