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

Method alias

packages/db/src/query/ir.ts:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 get alias(): string {
112 return this.sources[0]?.alias ?? ``
113 }
114}
115
116export class UnionAll extends BaseExpression {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected