(projectId: string, profileId: string)
| 17 | const sessionKey = (projectId: string, deviceId: string) => |
| 18 | `session:${projectId}:${deviceId}`; |
| 19 | const profileIndexKey = (projectId: string, profileId: string) => |
| 20 | `session:profile:${projectId}:${profileId}`; |
| 21 | const wallclockSetKey = (projectId: string) => |
| 22 | `session:wallclock:${projectId}`; |
| 23 | const PROJECTS_SET_KEY = 'session:projects'; |
no outgoing calls
no test coverage detected