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

Function useIsRestoring

packages/svelte-query/src/useIsRestoring.ts:4–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import type { Readable } from 'svelte/store'
3
4export function useIsRestoring(): Readable<boolean> {
5 return getIsRestoringContext()
6}

Callers 2

createBaseQueryFunction · 0.70
createQueriesFunction · 0.70

Calls 1

getIsRestoringContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…