Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
28
import
{ randomUUID } from
'crypto'
;
29
30
const
random = () => randomUUID();
31
const
mockTimestamp = 0;
32
const
minutes5 = 1000 * 60 * 5;
33
const
minutes30 = 1000 * 60 * 30;
Callers
1
index.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected