()
| 82 | } |
| 83 | |
| 84 | export function isSessionActivityTrackingActive(): boolean { |
| 85 | return activityCallback !== null |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * Increment the activity refcount. When it transitions from 0→1 and a callback |
no outgoing calls
no test coverage detected