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

Method clearTimeout

src/bootstrap/dateChangeDetection.ts:4–4  ·  view source on GitHub ↗
(timeoutId: number)

Source from the content-addressed store, hash-verified

2 setInterval(callback: () => void, timeout: number): number;
3 setTimeout(callback: () => void, timeout: number): number;
4 clearTimeout(timeoutId: number): void;
5}
6
7export interface DateChangeDetectionOptions {

Callers 15

destroyMethod · 0.65
destroyMethod · 0.65
cancelAllMethod · 0.65
handleClickFunction · 0.65
handleAuxClickFunction · 0.65
createTaskClickHandlerFunction · 0.65
handleCalendarTaskClickFunction · 0.65
handleFileDeletedMethod · 0.65
handleFileRenamedMethod · 0.65

Implementers 1

FakeTimertests/unit/bootstrap/dateChangeDetecti

Calls

no outgoing calls

Tested by

no test coverage detected