()
| 656 | * Stop background polling for policy limits |
| 657 | */ |
| 658 | export function stopBackgroundPolling(): void { |
| 659 | if (pollingIntervalId !== null) { |
| 660 | clearInterval(pollingIntervalId) |
| 661 | pollingIntervalId = null |
| 662 | } |
| 663 | } |
| 664 |
no outgoing calls
no test coverage detected