* A method called when a view finishes its creation pass. As a result all impacted * `LQuery` objects (and associated `QueryList`) are marked as dirty. This additional dirty * marking gives us a precise point in time where we can collect results for a given view in an * atomic way. * @pa
(tView: TView)
| 250 | * @param tView |
| 251 | */ |
| 252 | finishViewCreation(tView: TView): void; |
| 253 | } |
no outgoing calls
no test coverage detected