MCPcopy Index your code
hub / github.com/nodejs/node / send

Function send

lib/internal/cluster/primary.js:355–357  ·  view source on GitHub ↗
(worker, message, handle, cb)

Source from the content-addressed store, hash-verified

353}
354
355function send(worker, message, handle, cb) {
356 return sendHelper(worker.process, message, handle, cb);
357}
358
359// Extend generic Worker with methods specific to the primary process.
360Worker.prototype.disconnect = function() {

Callers 3

exitedAfterDisconnectFunction · 0.70
queryServerFunction · 0.70
primary.jsFile · 0.70

Calls 1

sendHelperFunction · 0.85

Tested by

no test coverage detected