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

Function emitRequestTimeout

lib/_http_client.js:958–963  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

956}
957
958function emitRequestTimeout() {
959 const req = this._httpMessage;
960 if (req) {
961 req.emit('timeout');
962 }
963}
964
965function listenSocketTimeout(req) {
966 if (req.timeoutCb) {

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…