MCPcopy
hub / github.com/callumalpass/tasknotes / requestUpdate

Method requestUpdate

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

Source from the content-addressed store, hash-verified

91 }
92
93 const requestUpdate = () => this.requestPomodoroUpdate();
94 this.pomodoroEventRefs = [
95 this.plugin.emitter.on(EVENT_POMODORO_START, requestUpdate),
96 this.plugin.emitter.on(EVENT_POMODORO_TICK, requestUpdate),

Callers 2

Calls 4

requestPomodoroUpdateMethod · 0.95
updateStatusBarMethod · 0.95
clearTimeoutMethod · 0.65
setTimeoutMethod · 0.65

Tested by

no test coverage detected