()
| 35 | // --------------------------------------------------------------------------- |
| 36 | |
| 37 | export function isProactiveActive(): boolean { |
| 38 | return active |
| 39 | } |
| 40 | |
| 41 | export function activateProactive(source?: string): void { |
| 42 | if (active) return |
no outgoing calls
no test coverage detected