(query: Partial<QueryIR> = {})
| 79 | private readonly query: Partial<QueryIR> = {} |
| 80 | |
| 81 | constructor(query: Partial<QueryIR> = {}) { |
| 82 | this.query = { ...query } |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Creates a CollectionRef or QueryRef from a source object |
nothing calls this directly
no outgoing calls
no test coverage detected