Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
541
function
emitAbortNT(req) {
542
req.emit(
'abort'
);
543
}
544
545
function
ondrain() {
546
const
msg = this._httpMessage;
Callers
nothing calls this directly
Calls
1
emit
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…