Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ destroy
Method
destroy
lib/internal/streams/fast-utf8-stream.js:327–332 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
325
}
326
327
destroy() {
328
if
(this.#destroyed) {
329
return
;
330
}
331
this.#actualClose();
332
}
333
334
/** @
type
{number} */
335
get mode() {
return
this.#mode; }
Callers
15
[SymbolDispose]
Method · 0.95
runTests
Function · 0.95
runTests
Function · 0.95
finish
Function · 0.45
writable.js
File · 0.45
add-abort-signal.js
File · 0.45
onclose
Function · 0.45
_destroy
Method · 0.45
errorOrDestroy
Function · 0.45
destroyer
Function · 0.45
nextSyncWithSyncValues
Function · 0.45
changeToAsyncValues
Function · 0.45
Calls
1
#actualClose
Method · 0.95
Tested by
no test coverage detected