MCPcopy 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
52function and(...args: Array<BasicExpression>): Func {
53 return func(`and`, ...args)
54}
55
56function or(...args: Array<BasicExpression>): Func {
57 return func(`or`, ...args)

Callers 1

Calls 1

funcFunction · 0.70

Tested by

no test coverage detected