MCPcopy Create free account
hub / github.com/callumalpass/tasknotes / requestPomodoroUpdate

Method requestPomodoroUpdate

src/ui/StatusBarService.ts:428–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

426 }
427
428 requestPomodoroUpdate(): void {
429 if (this.pomodoroUpdateTimeout) {
430 window.clearTimeout(this.pomodoroUpdateTimeout);
431 }
432
433 this.pomodoroUpdateTimeout = window.setTimeout(() => {
434 this.updatePomodoroStatusBar();
435 }, 100);
436 }
437
438 /**
439 * Show or hide the status bar based on settings

Callers 1

requestUpdateMethod · 0.95

Calls 3

clearTimeoutMethod · 0.65
setTimeoutMethod · 0.65

Tested by

no test coverage detected