* A method called when processing the template instruction. This is where a * given TContainerNode is matched against a query predicate. * @param tView * @param tNode
(tView: TView, tNode: TNode)
| 118 | * @param tNode |
| 119 | */ |
| 120 | template(tView: TView, tNode: TNode): void; |
| 121 | |
| 122 | /** |
| 123 | * A query-related method called when an embedded TView is created based on the content of a |
no outgoing calls
no test coverage detected