()
| 444 | } |
| 445 | |
| 446 | export function stopSessionCleanup(): void { |
| 447 | if (cleanupTimer) { |
| 448 | clearInterval(cleanupTimer); |
| 449 | cleanupTimer = null; |
| 450 | } |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Search every persisted session for the first one that matches a |
no outgoing calls
no test coverage detected