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

Function setup

benchmark/module/module-require.js:12–16  ·  view source on GitHub ↗
(configs)

Source from the content-addressed store, hash-verified

10 n: [1e4],
11}, {
12 setup(configs) {
13 tmpdir.refresh();
14 const maxN = configs.reduce((max, c) => Math.max(max, c.n), 0);
15 createEntryPoint(maxN);
16 },
17});
18
19function main({ type, n }) {

Callers

nothing calls this directly

Calls 4

createEntryPointFunction · 0.85
reduceMethod · 0.80
refreshMethod · 0.45
maxMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…