(queryId: Id, rowId: Id, cellId: Id)
| 404 | |
| 405 | /// Queries.getResultCell |
| 406 | getResultCell(queryId: Id, rowId: Id, cellId: Id): ResultCellOrUndefined; |
| 407 | |
| 408 | /// Queries.hasResultTable |
| 409 | hasResultTable(queryId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected