(queryId: Id, rowId: Id)
| 398 | |
| 399 | /// Queries.getResultRow |
| 400 | getResultRow(queryId: Id, rowId: Id): ResultRow; |
| 401 | |
| 402 | /// Queries.getResultCellIds |
| 403 | getResultCellIds(queryId: Id, rowId: Id): Ids; |
nothing calls this directly
no outgoing calls
no test coverage detected