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

Method constructor

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

Source from the content-addressed store, hash-verified

729 declare readonly _type: `concatToArray`
730 declare readonly _result: _T
731 constructor(public readonly query: QueryBuilder<any>) {}
732}
733
734export class CaseWhenWrapper<_T = any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected