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

Function main

benchmark/child_process/spawn-echo.js:8–11  ·  view source on GitHub ↗
({ n })

Source from the content-addressed store, hash-verified

6
7const spawn = require('child_process').spawn;
8function main({ n }) {
9 bench.start();
10 go(n, n);
11}
12
13function go(n, left) {
14 if (--left === 0)

Callers

nothing calls this directly

Calls 2

goFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…