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

Function unsafeGroupBy

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

Source from the content-addressed store, hash-verified

1019}
1020
1021function unsafeGroupBy(query: QueryIR) {
1022 return query.groupBy && query.groupBy.length > 0
1023}
1024
1025function unsafeHaving(query: QueryIR) {
1026 return query.having && query.having.length > 0

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected