Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
427
function
mastersend(m) {
428
for
(
var
i = 0, length = FORKS.length; i < length; i++)
429
FORKS[i] && FORKS[i].send(m);
430
}
431
432
function
exec(index, https) {
433
Callers
1
cluster.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected