(projectId: string, deviceId: string)
| 15 | ); |
| 16 | |
| 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) => |
no outgoing calls
no test coverage detected