(conn)
| 1019 | |
| 1020 | |
| 1021 | function connectionCorkNT(conn) { |
| 1022 | conn.uncork(); |
| 1023 | } |
| 1024 | |
| 1025 | OutgoingMessage.prototype.addTrailers = function addTrailers(headers) { |
| 1026 | this._trailer = ''; |
nothing calls this directly
no test coverage detected
searching dependent graphs…