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

Function lte

packages/db/tests/query/predicate-utils.test.ts:48–50  ·  view source on GitHub ↗
(left: BasicExpression, right: BasicExpression)

Source from the content-addressed store, hash-verified

46}
47
48function lte(left: BasicExpression, right: BasicExpression): Func {
49 return func(`lte`, left, right)
50}
51
52function and(...args: Array<BasicExpression>): Func {
53 return func(`and`, ...args)

Callers 1

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected