(sessionId: string, updatedAt: number)
| 326 | } |
| 327 | |
| 328 | recordSessionActivity(sessionId: string, updatedAt: number): void { |
| 329 | this.sessionCache.recordSessionActivity(sessionId, updatedAt) |
| 330 | } |
| 331 | |
| 332 | handleMachineAlive(payload: { machineId: string; time: number }): void { |
| 333 | this.machineCache.handleMachineAlive(payload) |
no outgoing calls
no test coverage detected