Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10
function
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
networkInterfaces
Function · 0.85
start
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…