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

Function get

packages/solid-db/src/useLiveQuery.ts:442–444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440 Object.defineProperties(getData, {
441 data: {
442 get() {
443 return getData()
444 },
445 },
446 status: {
447 get() {

Callers

nothing calls this directly

Calls 3

getDataFunction · 0.85
collectionFunction · 0.85
statusFunction · 0.50

Tested by

no test coverage detected