Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TanStack/db
/ createAnd
Function
createAnd
packages/db/tests/query/optimizer.test.ts:39–41 ·
view source on GitHub ↗
(...args: Array<any>)
Source
from the content-addressed store, hash-verified
37
}
38
39
function
createAnd(...args: Array<any>) {
40
return
new
Func(`and`, args)
41
}
42
43
function
createOr(...args: Array<any>) {
44
return
new
Func(`or`, args)
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected