Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/ai
/ generateRunId
Method
generateRunId
packages/ai-client/src/devtools.ts:1537–1539 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1535
}
1536
1537
protected generateRunId(): string {
1538
return
`run-${Date.now()}-${Math.random().toString(36).substring(7)}`
1539
}
1540
}
1541
1542
// Video-job specialization: snapshots also carry the job id and the latest
Callers
1
beginRun
Method · 0.95
Calls
2
now
Method · 0.80
toString
Method · 0.80
Tested by
no test coverage detected