(tableId: Id, cellId: Id)
| 497 | |
| 498 | /// Store.hasTableCell |
| 499 | hasTableCell(tableId: Id, cellId: Id): boolean; |
| 500 | |
| 501 | /// Store.hasRow |
| 502 | hasRow(tableId: Id, rowId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected