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

Function useIsRestoring

packages/solid-query/src/isRestoring.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const IsRestoringContext = createContext<Accessor<boolean>>(() => false)
5
6export const useIsRestoring = () => useContext(IsRestoringContext)
7export const IsRestoringProvider = IsRestoringContext.Provider

Callers 2

useBaseQueryFunction · 0.90
useQueriesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…