Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ status
Function
status
packages/svelte-db/src/useLiveQuery.svelte.ts:493–495 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
491
return
collection
492
},
493
get status() {
494
return
status
495
},
496
get isLoading() {
497
return
status === `loading`
498
},
Callers
1
get
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected