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

Method setTimeout

src/bootstrap/dateChangeDetection.ts:3–3  ·  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}
6

Callers 15

checkForVersionUpdateMethod · 0.65
waitForMigrationMethod · 0.65
loadSettingsMethod · 0.65
showMethod · 0.65
showAtElementMethod · 0.65
buildMenuMethod · 0.65
addStatusOptionsMethod · 0.65
addPriorityOptionsMethod · 0.65
showMethod · 0.65
showAtElementMethod · 0.65
addStatusOptionsMethod · 0.65

Implementers 1

FakeTimertests/unit/bootstrap/dateChangeDetecti

Calls

no outgoing calls

Tested by 1

apiRequestFunction · 0.52