Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ isBroadcastable
Function
isBroadcastable
lib/internal/streams/iter/broadcast.js:786–788 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
784
}
785
786
function
isBroadcastable(value) {
787
return
hasProtocol(value, broadcastProtocol);
788
}
789
790
const
Broadcast = {
791
__proto__: null,
Callers
1
from
Function · 0.85
Calls
1
hasProtocol
Function · 0.85
Tested by
no test coverage detected