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

Method constructor

packages/db/src/query/ir.ts:87–92  ·  view source on GitHub ↗
(
    public collection: CollectionImpl,
    public alias: string,
  )

Source from the content-addressed store, hash-verified

85export class CollectionRef extends BaseExpression {
86 public type = `collectionRef` as const
87 constructor(
88 public collection: CollectionImpl,
89 public alias: string,
90 ) {
91 super()
92 }
93}
94
95export class QueryRef extends BaseExpression {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected