(queryId: Id, rowCallback: ResultRowCallback)
| 419 | |
| 420 | /// Queries.forEachResultRow |
| 421 | forEachResultRow(queryId: Id, rowCallback: ResultRowCallback): void; |
| 422 | |
| 423 | /// Queries.forEachResultCell |
| 424 | forEachResultCell( |
nothing calls this directly
no outgoing calls
no test coverage detected