MCPcopy 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';
2if (process.argv[2] === 'child') {
3 const len = +process.argv[3];
4 const msg = '.'.repeat(len);

Callers

nothing calls this directly

Calls 2

sendFunction · 0.70
requireFunction · 0.50

Tested by

no test coverage detected