(queryId: Id)
| 377 | |
| 378 | /// Queries.getResultTable |
| 379 | getResultTable(queryId: Id): ResultTable; |
| 380 | |
| 381 | /// Queries.getResultTableCellIds |
| 382 | getResultTableCellIds(queryId: Id): Ids; |
nothing calls this directly
no outgoing calls
no test coverage detected