MCPcopy Create free account
hub / github.com/TanStack/db / isLoading

Function isLoading

packages/svelte-db/src/useLiveQuery.svelte.ts:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 return status
495 },
496 get isLoading() {
497 return status === `loading`
498 },
499 get isReady() {
500 return status === `ready` || status === `disabled`
501 },

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected