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

Function sessionKey

packages/db/src/buffers/session-buffer.ts:17–18  ·  view source on GitHub ↗
(projectId: string, deviceId: string)

Source from the content-addressed store, hash-verified

15);
16
17const sessionKey = (projectId: string, deviceId: string) =>
18 `session:${projectId}:${deviceId}`;
19const profileIndexKey = (projectId: string, profileId: string) =>
20 `session:profile:${projectId}:${profileId}`;
21const wallclockSetKey = (projectId: string) =>

Callers 3

getExistingSessionMethod · 0.70
cleanupMethod · 0.70
persistMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected