MCPcopy
hub / github.com/angular/angularfire / rando

Function rando

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

Source from the content-addressed store, hash-verified

1const randomString = () => (Math.random() + 1).toString(36).split('.')[1];
2
3export const rando = () => [randomString(), randomString(), randomString()].join('');

Callers 15

messaging.spec.tsFile · 0.90
database.spec.tsFile · 0.90
prepareAuditTrailFunction · 0.90
prepareSnapshotChangesFunction · 0.90
changes.spec.tsFile · 0.90
prepareStateChangesFunction · 0.90
fromRef.spec.tsFile · 0.90
auth.spec.tsFile · 0.90

Calls 1

randomStringFunction · 0.85

Tested by 3

prepareAuditTrailFunction · 0.72
prepareSnapshotChangesFunction · 0.72
prepareStateChangesFunction · 0.72