Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
function
createEq(left: any, right: any) {
28
return
new
Func(`eq`, [left, right])
29
}
30
31
function
createGt(left: any, right: any) {
32
return
new
Func(`gt`, [left, right])
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected