MCPcopy Index your code
hub / github.com/TanStack/query / clearTimeout

Method clearTimeout

packages/query-core/src/timeoutManager.ts:108–110  ·  view source on GitHub ↗
(timeoutId: ManagedTimerId | undefined)

Source from the content-addressed store, hash-verified

106 }
107
108 clearTimeout(timeoutId: ManagedTimerId | undefined): void {
109 this.#provider.clearTimeout(timeoutId)
110 }
111
112 setInterval(callback: TimeoutCallback, delay: number): ManagedTimerId {
113 if (process.env.NODE_ENV !== 'production') {

Callers 3

#clearStaleTimeoutMethod · 0.80
clearGcTimeoutFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected