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

Function main

benchmark/misc/startup-cli-version.js:50–55  ·  view source on GitHub ↗
({ n, cli })

Source from the content-addressed store, hash-verified

48}
49
50function main({ n, cli }) {
51 cli = path.resolve(__dirname, '../../', cli);
52 const warmup = 3;
53 const state = { n, finished: -warmup };
54 spawnProcess(cli, bench, state);
55}

Callers

nothing calls this directly

Calls 2

spawnProcessFunction · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…