()
| 1059 | } |
| 1060 | dest.once('close', onclose); |
| 1061 | function onfinish() { |
| 1062 | debug('onfinish'); |
| 1063 | dest.removeListener('close', onclose); |
| 1064 | unpipe(); |
| 1065 | } |
| 1066 | dest.once('finish', onfinish); |
| 1067 | |
| 1068 | function unpipe() { |
nothing calls this directly
no test coverage detected