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

Method constructor

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

Source from the content-addressed store, hash-verified

722 declare readonly _type: `toArray`
723 declare readonly _result: _T
724 constructor(public readonly query: QueryBuilder<any>) {}
725}
726
727export class ConcatToArrayWrapper<_T = unknown> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected