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

Function isConditionValue

packages/db/src/query/builder/functions.ts:814–816  ·  view source on GitHub ↗
(value: CaseWhenValue | undefined)

Source from the content-addressed store, hash-verified

812}
813
814function isConditionValue(value: CaseWhenValue | undefined): boolean {
815 return isExpressionValue(value) && !Array.isArray(value)
816}
817
818/**
819 * Materialize an includes subquery into a plain value on the parent row.

Callers 1

caseWhenFunction · 0.85

Calls 1

isExpressionValueFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…