()
| 28 | * Get the timestamp of the last user activity. |
| 29 | */ |
| 30 | export function getLastActivityTime(): number { |
| 31 | return lastActivityTime |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * Check if the user is currently active (within the idle threshold). |
no outgoing calls
no test coverage detected