Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ emitErrorCloseNT
Function
emitErrorCloseNT
lib/internal/streams/destroy.js:128–131 ·
view source on GitHub ↗
(self, err)
Source
from the content-addressed store, hash-verified
126
}
127
128
function
emitErrorCloseNT(self, err) {
129
emitErrorNT(self, err);
130
emitCloseNT(self);
131
}
132
133
function
emitCloseNT(self) {
134
const
r = self._readableState;
Callers
nothing calls this directly
Calls
2
emitErrorNT
Function · 0.70
emitCloseNT
Function · 0.70
Tested by
no test coverage detected