(queryId: Id, rowId: Id)
| 410 | |
| 411 | /// Queries.hasResultRow |
| 412 | hasResultRow(queryId: Id, rowId: Id): boolean; |
| 413 | |
| 414 | /// Queries.hasResultCell |
| 415 | hasResultCell(queryId: Id, rowId: Id, cellId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected