MCPcopy Index your code
hub / github.com/TanStack/db / status

Function status

packages/angular-db/tests/inject-live-query.test.ts:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 const api: any = {
96 id,
97 get status() {
98 return status
99 },
100 entries: () => Array.from(map.entries()),
101 values: () => Array.from(map.values()),
102 get: (key: K) => map.get(key),

Callers 2

injectLiveQueryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…