MCPcopy Index your code
hub / github.com/CopilotKit/CopilotKit / keyFor

Function keyFor

packages/bot/src/transcripts.ts:25–25  ·  view source on GitHub ↗
(userKey: string)

Source from the content-addressed store, hash-verified

23}
24
25const keyFor = (userKey: string) => `transcript:user:${userKey}`;
26
27export class Transcripts {
28 private readonly retentionMs: number | undefined;

Callers 3

appendMethod · 0.70
listMethod · 0.70
deleteMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…