Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
cb
Function · 0.50
fail
Method · 0.45
Tested by
no test coverage detected