MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / stopAllTimers

Function stopAllTimers

packages/sync/src/scheduler.ts:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79}
80
81export function stopAllTimers(): void {
82 for (const [id] of timers) {
83 stopTimer(id)
84 }
85 initialized = false
86 _logger?.info('[Pull] All timers stopped')
87}
88
89export function reloadTimer(dsId: string, skipInitialPull = false): void {
90 stopTimer(dsId)

Callers 2

cleanupApiServerFunction · 0.90
cleanupSyncFunction · 0.90

Calls 2

stopTimerFunction · 0.85
infoMethod · 0.65

Tested by

no test coverage detected