Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
{ Box } from
'./containers.svelte.js'
3
4
export
function
useIsRestoring(): Box<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