* Returns a TQuery instance for at the given index in the queries array. * @param index
(index: number)
| 145 | * @param index |
| 146 | */ |
| 147 | getByIndex(index: number): TQuery; |
| 148 | |
| 149 | /** |
| 150 | * Returns the number of queries tracked in a given view. |
no outgoing calls
no test coverage detected