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

Function createLt

packages/db/tests/query/optimizer.test.ts:35–37  ·  view source on GitHub ↗
(left: any, right: any)

Source from the content-addressed store, hash-verified

33}
34
35function createLt(left: any, right: any) {
36 return new Func(`lt`, [left, right])
37}
38
39function createAnd(...args: Array<any>) {
40 return new Func(`and`, args)

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected