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

Function isNull

packages/db/src/query/builder/functions.ts:255–257  ·  view source on GitHub ↗
(value: ExpressionLike)

Source from the content-addressed store, hash-verified

253}
254
255export function isNull(value: ExpressionLike): BasicExpression<boolean> {
256 return new Func(`isNull`, [toExpression(value)])
257}
258
259export function inArray(
260 value: ExpressionLike,

Callers 7

createMutationsTestSuiteFunction · 0.90
createJoinsTestSuiteFunction · 0.90
createJoinTestsFunction · 0.85
scheduler.test.tsFile · 0.85
createWhereTestsFunction · 0.85

Calls 1

toExpressionFunction · 0.85

Tested by 2

createJoinTestsFunction · 0.68
createWhereTestsFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…