MCPcopy Index your code
hub / github.com/callumalpass/tasknotes / setInterval

Method setInterval

src/bootstrap/dateChangeDetection.ts:2–2  ·  view source on GitHub ↗
(callback: () => void, timeout: number)

Source from the content-addressed store, hash-verified

1interface DateChangeTimer {
2 setInterval(callback: () => void, timeout: number): number;
3 setTimeout(callback: () => void, timeout: number): number;
4 clearTimeout(timeoutId: number): void;
5}

Callers 7

onOpenMethod · 0.65
startMethod · 0.65
handleAutoScrollMethod · 0.65
startElapsedTickerMethod · 0.65
startBroadScanMethod · 0.65
startQuickCheckMethod · 0.65
startDateChangeDetectionFunction · 0.65

Implementers 1

FakeTimertests/unit/bootstrap/dateChangeDetecti

Calls

no outgoing calls

Tested by

no test coverage detected