()
| 1149 | this._writeGeneric(writev, data, encoding, cb); |
| 1150 | }); |
| 1151 | function onClose() { |
| 1152 | cb(new ERR_SOCKET_CLOSED_BEFORE_CONNECTION()); |
| 1153 | } |
| 1154 | this.once('close', onClose); |
| 1155 | return; |
| 1156 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…