MCPcopy 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
128function emitErrorCloseNT(self, err) {
129 emitErrorNT(self, err);
130 emitCloseNT(self);
131}
132
133function emitCloseNT(self) {
134 const r = self._readableState;

Callers

nothing calls this directly

Calls 2

emitErrorNTFunction · 0.70
emitCloseNTFunction · 0.70

Tested by

no test coverage detected