MCPcopy Index your code
hub / github.com/code-pushup/cli / generateRandomId

Function generateRandomId

packages/utils/src/lib/random.ts:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1export function generateRandomId(): string {
2 return Math.random().toString().slice(2);
3}

Callers 1

Calls 1

toStringMethod · 0.80

Tested by

no test coverage detected