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

Method constructor

packages/db/src/query/builder/functions.ts:749–749  ·  view source on GitHub ↗
(public readonly query: QueryBuilder<any>)

Source from the content-addressed store, hash-verified

747 declare readonly _result: _T
748 declare readonly _isSingle: _IsSingle
749 constructor(public readonly query: QueryBuilder<any>) {}
750}
751
752export function toArray<TContext extends Context>(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected