Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ child-process-read-ipc.js
File
child-process-read-ipc.js
benchmark/child_process/child-process-read-ipc.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
const
len = +process.argv[3];
4
const
msg =
'.'
.repeat(len);
Callers
nothing calls this directly
Calls
2
send
Function · 0.70
require
Function · 0.50
Tested by
no test coverage detected