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

Function _destroy

lib/internal/streams/iter/classic.js:846–851  ·  view source on GitHub ↗
(err, cb)

Source from the content-addressed store, hash-verified

844 }
845
846 function _destroy(err, cb) {
847 if (err && hasFail) {
848 writer.fail(err);
849 }
850 cb();
851 }
852
853 const writableOptions = {
854 __proto__: null,

Callers

nothing calls this directly

Calls 2

cbFunction · 0.50
failMethod · 0.45

Tested by

no test coverage detected