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

Method constructor

packages/db/src/query/builder/functions.ts:738–738  ·  view source on GitHub ↗
(public readonly args: Array<CaseWhenValue>)

Source from the content-addressed store, hash-verified

736 declare readonly _type: `caseWhen`
737 readonly _result?: _T
738 constructor(public readonly args: Array<CaseWhenValue>) {}
739}
740
741export class MaterializeWrapper<

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected