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

Function main

benchmark/crypto/randomUUID.js:11–16  ·  view source on GitHub ↗
({ n, disableEntropyCache })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

randomUUIDFunction · 0.50
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…