* Clones an LQuery for an embedded view. A cloned query shares the same `QueryList` but has a * separate collection of materialized matches.
()
| 205 | * separate collection of materialized matches. |
| 206 | */ |
| 207 | clone(): LQuery<T>; |
| 208 | |
| 209 | /** |
| 210 | * Called when an embedded view, impacting results of this query, is inserted or removed. |
no outgoing calls
no test coverage detected