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

Function emitFreeNT

lib/_http_client.js:913–919  ·  view source on GitHub ↗
(req)

Source from the content-addressed store, hash-verified

911}
912
913function emitFreeNT(req) {
914 req._closed = true;
915 req.emit('close');
916 if (req.socket) {
917 req.socket.emit('free');
918 }
919}
920
921function tickOnSocket(req, socket) {
922 const parser = parsers.alloc();

Callers

nothing calls this directly

Calls 1

emitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…