Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ createOr
Function
createOr
packages/db/tests/query/optimizer.test.ts:43–45 ·
view source on GitHub ↗
(...args: Array<any>)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
createOr(...args: Array<any>) {
44
return
new
Func(`or`, args)
45
}
46
47
function
createAgg(name: string, ...args: Array<any>) {
48
return
new
Aggregate(name, args)
Callers
1
optimizer.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected