MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / random

Function random

packages/queue/src/tasks/email-notification/index.test.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28import { randomUUID } from 'crypto';
29
30const random = () => randomUUID();
31const mockTimestamp = 0;
32const minutes5 = 1000 * 60 * 5;
33const minutes30 = 1000 * 60 * 30;

Callers 1

index.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected