MCPcopy Create free account
hub / github.com/nodejs/node / main

Function main

benchmark/fs/bench-stat-promise.js:24–28  ·  view source on GitHub ↗
(conf)

Source from the content-addressed store, hash-verified

22}
23
24function main(conf) {
25 const n = conf.n >>> 0;
26 const statType = conf.statType;
27 run(n, statType).catch(console.log);
28}

Callers

nothing calls this directly

Calls 1

runFunction · 0.70

Tested by

no test coverage detected