MCPcopy Create free account
hub / github.com/TanStack/db / or

Function or

packages/db/tests/query/predicate-utils.test.ts:56–58  ·  view source on GitHub ↗
(...args: Array<BasicExpression>)

Source from the content-addressed store, hash-verified

54}
55
56function or(...args: Array<BasicExpression>): Func {
57 return func(`or`, ...args)
58}
59
60function inOp(left: BasicExpression, values: Array<any>): Func {
61 return func(`in`, left, val(values))

Callers 10

createJoinTestsFunction · 0.70
group-by.test-d.tsFile · 0.70
createGroupByTestsFunction · 0.70
createWhereTestsFunction · 0.70
buildQuery.test.tsFile · 0.50
functions.test.tsFile · 0.50
where.test.tsFile · 0.50

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected