Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
function
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
run
Function · 0.70
Tested by
no test coverage detected