Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ abort
Function
abort
lib/internal/webstreams/adapters.js:268–270 ·
view source on GitHub ↗
(reason)
Source
from the content-addressed store, hash-verified
266
},
267
268
abort(reason) {
269
destroy(streamWritable, reason);
270
},
271
272
close() {
273
if
(closed === undefined && !isWritableEnded(streamWritable)) {
Callers
nothing calls this directly
Calls
1
destroy
Function · 0.70
Tested by
no test coverage detected