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

Function emitAbortNT

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

Source from the content-addressed store, hash-verified

539};
540
541function emitAbortNT(req) {
542 req.emit('abort');
543}
544
545function ondrain() {
546 const msg = this._httpMessage;

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…