MCPcopy Index your code
hub / github.com/nodejs/node / connectionCorkNT

Function connectionCorkNT

lib/_http_outgoing.js:1021–1023  ·  view source on GitHub ↗
(conn)

Source from the content-addressed store, hash-verified

1019
1020
1021function connectionCorkNT(conn) {
1022 conn.uncork();
1023}
1024
1025OutgoingMessage.prototype.addTrailers = function addTrailers(headers) {
1026 this._trailer = '';

Callers

nothing calls this directly

Calls 1

uncorkMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…