(tableId: Id, rowId: Id)
| 500 | |
| 501 | /// Store.hasRow |
| 502 | hasRow(tableId: Id, rowId: Id): boolean; |
| 503 | |
| 504 | /// Store.hasCell |
| 505 | hasCell(tableId: Id, rowId: Id, cellId: Id): boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected