Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
export
function
generateRandomId(): string {
2
return
Math.random().toString().slice(2);
3
}
Callers
1
random.unit.test.ts
File · 0.85
Calls
1
toString
Method · 0.80
Tested by
no test coverage detected