(queryId: Id, rowId: Id, cellId: Id)
| 413 | |
| 414 | /// Queries.hasResultCell |
| 415 | hasResultCell(queryId: Id, rowId: Id, cellId: Id): boolean; |
| 416 | |
| 417 | /// Queries.forEachResultTable |
| 418 | forEachResultTable(tableCallback: ResultTableCallback): void; |
nothing calls this directly
no outgoing calls
no test coverage detected