Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import
type
{ Readable } from
'svelte/store'
3
4
export
function
useIsRestoring(): Readable<boolean> {
5
return
getIsRestoringContext()
6
}
Callers
2
createBaseQuery
Function · 0.70
createQueries
Function · 0.70
Calls
1
getIsRestoringContext
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…