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

Function wallclockSetKey

packages/db/src/buffers/session-buffer.ts:21–22  ·  view source on GitHub ↗
(projectId: string)

Source from the content-addressed store, hash-verified

19const profileIndexKey = (projectId: string, profileId: string) =>
20 `session:profile:${projectId}:${profileId}`;
21const wallclockSetKey = (projectId: string) =>
22 `session:wallclock:${projectId}`;
23const PROJECTS_SET_KEY = 'session:projects';
24
25// Atomic id-gated cleanup. Only deletes the blob + sorted-set entry +

Callers 2

cleanupMethod · 0.70
persistMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected