MCPcopy Index your code
hub / github.com/statsd/statsd / broadcastMsg

Function broadcastMsg

proxy.js:41–45  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

39 var healthCheckInterval = config.checkInterval || 10000;
40
41 var broadcastMsg = function(msg) {
42 for (var i = 0; i < workers.length; i++) {
43 workers[i].send(msg);
44 }
45 };
46
47 if (forkCount > 1) {
48 if (cluster.isMaster) {

Callers

nothing calls this directly

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…