Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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'
;
2
if
(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
send
Method · 0.65
require
Function · 0.50
on
Method · 0.45
Tested by
no test coverage detected