Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ #isClosedOrAborted
Method
#isClosedOrAborted
lib/internal/streams/iter/broadcast.js:520–522 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
518
}
519
520
#isClosedOrAborted() {
521
return
this.#isClosed() || this.#aborted;
522
}
523
524
get desiredSize() {
525
return
this.#isClosedOrAborted() ? null : this.#broadcast[kGetDesiredSize]();
Callers
5
desiredSize
Method · 0.95
#writevSlow
Method · 0.95
writeSync
Method · 0.95
writevSync
Method · 0.95
fail
Method · 0.95
Calls
1
#isClosed
Method · 0.95
Tested by
no test coverage detected