MCPcopy Index your code
hub / github.com/nodejs/node / child-process-ipc-roundtrip.js

File child-process-ipc-roundtrip.js

benchmark/child_process/child-process-ipc-roundtrip.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'use strict';
2if (process.argv[2] === 'child') {
3 // Echo every message straight back to the parent.
4 process.on('message', (msg) => {

Callers

nothing calls this directly

Calls 3

sendMethod · 0.65
requireFunction · 0.50
onMethod · 0.45

Tested by

no test coverage detected