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

Function send

lib/internal/cluster/child.js:250–252  ·  view source on GitHub ↗
(message, cb)

Source from the content-addressed store, hash-verified

248}
249
250function send(message, cb) {
251 return sendHelper(process, message, null, cb);
252}
253
254function _disconnect(primaryInitiated) {
255 this.exitedAfterDisconnect = true;

Callers 8

doneFunction · 0.70
shared_handle.jsFile · 0.70
child.jsFile · 0.70
sharedFunction · 0.70
closeFunction · 0.70
onconnectionFunction · 0.70
checkWaitingCountFunction · 0.70

Calls 1

sendHelperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…