MCPcopy
hub / github.com/TanStack/ai / generateUniqueId

Method generateUniqueId

packages/ai-client/src/chat-client.ts:492–494  ·  view source on GitHub ↗
(prefix: string)

Source from the content-addressed store, hash-verified

490 }
491
492 private generateUniqueId(prefix: string): string {
493 return `${prefix}-${Date.now()}-${Math.random().toString(36).substring(7)}`
494 }
495
496 private setIsLoading(isLoading: boolean): void {
497 this.isLoading = isLoading

Callers 3

constructorMethod · 0.95
streamResponseMethod · 0.95

Calls 2

nowMethod · 0.80
toStringMethod · 0.80

Tested by

no test coverage detected