Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/db
/ and
Function
and
packages/db/tests/query/predicate-utils.test.ts:52–54 ·
view source on GitHub ↗
(...args: Array<BasicExpression>)
Source
from the content-addressed store, hash-verified
50
}
51
52
function
and(...args: Array<BasicExpression>): Func {
53
return
func(`and`, ...args)
54
}
55
56
function
or(...args: Array<BasicExpression>): Func {
57
return
func(`or`, ...args)
Callers
1
predicate-utils.test.ts
File · 0.70
Calls
1
func
Function · 0.70
Tested by
no test coverage detected