(queryId: Id)
| 380 | |
| 381 | /// Queries.getResultTableCellIds |
| 382 | getResultTableCellIds(queryId: Id): Ids; |
| 383 | |
| 384 | /// Queries.getResultRowCount |
| 385 | getResultRowCount(queryId: Id): number; |
nothing calls this directly
no outgoing calls
no test coverage detected