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

Function createEq

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

Source from the content-addressed store, hash-verified

25}
26
27function createEq(left: any, right: any) {
28 return new Func(`eq`, [left, right])
29}
30
31function createGt(left: any, right: any) {
32 return new Func(`gt`, [left, right])

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected