MCPcopy Create free account
hub / github.com/codeaashu/claude-code / stopBackgroundPolling

Function stopBackgroundPolling

src/services/policyLimits/index.ts:658–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

clearPolicyLimitsCacheFunction · 0.70
startBackgroundPollingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected