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

Function profileKey

apps/api/e2e/lib.ts:34–35  ·  view source on GitHub ↗
(profileId: string)

Source from the content-addressed store, hash-verified

32export const sessionKey = (deviceId: string) => `session:${PROJECT_ID}:${deviceId}`;
33export const wallclockKey = `session:wallclock:${PROJECT_ID}`;
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). */

Callers 1

scenarioIdentifyFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected