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

Function state

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

Source from the content-addressed store, hash-verified

470
471 return {
472 get state() {
473 return state
474 },
475 get data() {
476 const currentCollection = collection
477 if (currentCollection) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected