Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angularfire
/ randomString
Function
randomString
src/utils.ts:1–1 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
const
randomString = () => (Math.random() + 1).toString(36).split(
'.'
)[1];
2
3
export
const
rando = () => [randomString(), randomString(), randomString()].join(
''
);
Callers
1
rando
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected