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

Function main

benchmark/os/networkInterfaces.js:10–15  ·  view source on GitHub ↗
({ n })

Source from the content-addressed store, hash-verified

8});
9
10function main({ n }) {
11 bench.start();
12 for (let i = 0; i < n; ++i)
13 networkInterfaces();
14 bench.end(n);
15}

Callers

nothing calls this directly

Calls 3

networkInterfacesFunction · 0.85
startMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…