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

Function lte

packages/db/tests/query/subset-dedupe.test.ts:39–41  ·  view source on GitHub ↗
(left: BasicExpression<any>, right: BasicExpression<any>)

Source from the content-addressed store, hash-verified

37}
38
39function lte(left: BasicExpression<any>, right: BasicExpression<any>): Func {
40 return new Func(`lte`, [left, right])
41}
42
43function not(expression: BasicExpression<boolean>): Func {
44 return new Func(`not`, [expression])

Callers 6

userIsJuniorFunction · 0.70
createWhereTestsFunction · 0.70
functions.test.tsFile · 0.50
where.test.tsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected