MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / isBroadcast

Function isBroadcast

local-cli/server/util/messageSocket.js:33–39  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

31}
32
33function isBroadcast(message) {
34 return (
35 typeof message.method === 'string' &&
36 message.id === undefined &&
37 message.target === undefined
38 );
39}
40
41function isRequest(message) {
42 return (

Callers 1

attachToServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…