({ n, disableEntropyCache })
| 9 | }); |
| 10 | |
| 11 | function main({ n, disableEntropyCache }) { |
| 12 | bench.start(); |
| 13 | for (let i = 0; i < n; ++i) |
| 14 | randomUUID({ disableEntropyCache }); |
| 15 | bench.end(n); |
| 16 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…