Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ generateAnonymousId
Function
generateAnonymousId
common/src/analytics-core.ts:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
* Uses crypto.randomUUID()
for
uniqueness.
66
*/
67
export
function
generateAnonymousId(): string {
68
return
`anon_${crypto.randomUUID()}`
69
}
Callers
1
initAnalytics
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected