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

Function stopBackgroundPolling

src/services/remoteManagedSettings/index.ts:633–638  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

631 * Stop background polling for remote settings
632 */
633export function stopBackgroundPolling(): void {
634 if (pollingIntervalId !== null) {
635 clearInterval(pollingIntervalId)
636 pollingIntervalId = null
637 }
638}
639

Callers 2

startBackgroundPollingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected