Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isFull
Function
isFull
lib/internal/streams/iter/classic.js:534–536 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
532
}
533
534
function
isFull() {
535
return
(writable.writableLength ?? 0) >= hwm;
536
}
537
538
function
writeChunks(chunks) {
539
let
ok = true;
Callers
2
write
Function · 0.85
writev
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected