MCPcopy Index your code
hub / github.com/TanStack/db / unsafeHaving

Function unsafeHaving

packages/db/src/query/optimizer.ts:1025–1027  ·  view source on GitHub ↗
(query: QueryIR)

Source from the content-addressed store, hash-verified

1023}
1024
1025function unsafeHaving(query: QueryIR) {
1026 return query.having && query.having.length > 0
1027}
1028
1029function unsafeOrderBy(query: QueryIR) {
1030 return (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected