()
| 6727 | } |
| 6728 | dest.once('close', onclose); |
| 6729 | function onfinish() { |
| 6730 | debug('onfinish'); |
| 6731 | dest.removeListener('close', onclose); |
| 6732 | unpipe(); |
| 6733 | } |
| 6734 | dest.once('finish', onfinish); |
| 6735 | |
| 6736 | function unpipe() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…