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

Function wallclockSetKey

packages/db/scripts/migrate-sessions.ts:39–40  ·  view source on GitHub ↗
(projectId: string)

Source from the content-addressed store, hash-verified

37const profileIndexKey = (projectId: string, profileId: string) =>
38 `session:profile:${projectId}:${profileId}`;
39const wallclockSetKey = (projectId: string) =>
40 `session:wallclock:${projectId}`;
41const PROJECTS_SET_KEY = 'session:projects';
42
43async function main() {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected