Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
const
keyFor = (userKey: string) => `transcript:user:${userKey}`;
26
27
export
class
Transcripts {
28
private readonly retentionMs: number | undefined;
Callers
3
append
Method · 0.70
list
Method · 0.70
delete
Method · 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…