Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ isError
Function
isError
packages/svelte-db/src/useLiveQuery.svelte.ts:505–507 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
503
return
status === `idle`
504
},
505
get isError() {
506
return
status === `error`
507
},
508
get isCleanedUp() {
509
return
status === `cleaned-up`
510
},
Callers
1
inject-live-query.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected