Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
7
const
spawn = require(
'child_process'
).spawn;
8
function
main({ n }) {
9
bench.start();
10
go(n, n);
11
}
12
13
function
go(n, left) {
14
if
(--left === 0)
Callers
nothing calls this directly
Calls
2
go
Function · 0.70
start
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…