MCPcopy 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
786function isBroadcastable(value) {
787 return hasProtocol(value, broadcastProtocol);
788}
789
790const Broadcast = {
791 __proto__: null,

Callers 1

fromFunction · 0.85

Calls 1

hasProtocolFunction · 0.85

Tested by

no test coverage detected