Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1025
function
unsafeHaving(query: QueryIR) {
1026
return
query.having && query.having.length > 0
1027
}
1028
1029
function
unsafeOrderBy(query: QueryIR) {
1030
return
(
Callers
1
isSafeToPushIntoExistingSubquery
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected