(err)
| 861 | } |
| 862 | |
| 863 | destroy(err) { |
| 864 | if (this[kState].destroyed) |
| 865 | return; |
| 866 | |
| 867 | this[kState].destroyed = true; |
| 868 | this[kStream].destroy(err); |
| 869 | } |
| 870 | |
| 871 | setTimeout(msecs, callback) { |
| 872 | if (this[kState].closed) |
no outgoing calls
no test coverage detected