Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
function
createLt(left: any, right: any) {
36
return
new
Func(`lt`, [left, right])
37
}
38
39
function
createAnd(...args: Array<any>) {
40
return
new
Func(`and`, args)
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected