MCPcopy 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 */
67export function generateAnonymousId(): string {
68 return `anon_${crypto.randomUUID()}`
69}

Callers 1

initAnalyticsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected