Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ ws
Function
ws
benchmark/streams/iter-throughput-broadcast.js:101–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
const
ws = () =>
new
WritableStream({ write() {} });
102
await
Promise.all(branches.map((b) => b.pipeTo(ws())));
103
}
104
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected