MCPcopy 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
39function createAnd(...args: Array<any>) {
40 return new Func(`and`, args)
41}
42
43function createOr(...args: Array<any>) {
44 return new Func(`or`, args)

Callers 1

optimizer.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected