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

Function sessionKey

apps/api/e2e/lib.ts:32–32  ·  view source on GitHub ↗
(deviceId: string)

Source from the content-addressed store, hash-verified

30
31// ── Redis key helpers ───────────────────────────────────────────────────────
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}`;

Callers 3

scenarioSingleSessionFunction · 0.90
getBlobFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected