MCPcopy
hub / github.com/TanStack/query / setActTimeout

Function setActTimeout

packages/solid-query/src/__tests__/utils.tsx:33–37  ·  view source on GitHub ↗
(fn: () => void, ms?: number)

Source from the content-addressed store, hash-verified

31}
32
33export function setActTimeout(fn: () => void, ms?: number) {
34 return setTimeout(() => {
35 fn()
36 }, ms)
37}

Callers 7

PageFunction · 0.90
MutationsFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
PageFunction · 0.90
BlinkFunction · 0.70

Calls 1

fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…