MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / claimKey

Function claimKey

apps/api/e2e/lib.ts:36–37  ·  view source on GitHub ↗
(deviceId: string, sessionId: string)

Source from the content-addressed store, hash-verified

34export const profileKey = (profileId: string) =>
35 `session:profile:${PROJECT_ID}:${profileId}`;
36export const claimKey = (deviceId: string, sessionId: string) =>
37 `session:end:emitted:${PROJECT_ID}:${deviceId}:${sessionId}`;
38/** The session-buffer's Redis list (ground-truth pending CH rows). */
39export const SESSION_BUFFER_LIST = 'session-buffer';
40

Callers 1

scenarioSingleSessionFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected