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

Method _getQuery

packages/db/src/query/builder/index.ts:937–942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935 }
936
937 _getQuery(): QueryIR {
938 if (!this.query.from) {
939 throw new QueryMustHaveFromClauseError()
940 }
941 return this.query as QueryIR
942 }
943}
944
945// Helper to get a descriptive type name for error messages

Callers 5

_createRefsForSourceMethod · 0.80
unionAllMethod · 0.80
buildNestedSelectFunction · 0.80
buildIncludesSubqueryFunction · 0.80
getQueryIRFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected