MCPcopy Index your code
hub / github.com/totaljs/framework / mastersend

Function mastersend

cluster.js:427–430  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

425}
426
427function mastersend(m) {
428 for (var i = 0, length = FORKS.length; i < length; i++)
429 FORKS[i] && FORKS[i].send(m);
430}
431
432function exec(index, https) {
433

Callers 1

cluster.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected