MCPcopy Index your code
hub / github.com/codeaashu/claude-code / stopPeriodicGrowthBookRefresh

Function stopPeriodicGrowthBookRefresh

src/services/analytics/growthbook.ts:1115–1124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1113 * Stop periodic refresh (for testing or cleanup)
1114 */
1115export function stopPeriodicGrowthBookRefresh(): void {
1116 if (refreshInterval) {
1117 clearInterval(refreshInterval)
1118 refreshInterval = null
1119 }
1120 if (beforeExitListener) {
1121 process.removeListener('beforeExit', beforeExitListener)
1122 beforeExitListener = null
1123 }
1124}
1125
1126// ============================================================================
1127// Dynamic Config Functions

Callers 2

resetGrowthBookFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected