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

Function send

lib/internal/child_process.js:95–97  ·  view source on GitHub ↗
(message, handle, options)

Source from the content-addressed store, hash-verified

93 simultaneousAccepts: true,
94
95 send(message, handle, options) {
96 return handle;
97 },
98
99 got(message, handle, emit) {
100 emit(handle);

Callers

nothing calls this directly

Calls 4

getSocketListFunction · 0.85
freeParserFunction · 0.85
requireFunction · 0.50
setTimeoutMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…