(tableId, cellId, storeOrStoreId)
| 482 | [tableId] |
| 483 | ); |
| 484 | var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable( |
| 485 | TABLE + CELL, |
| 486 | useStoreOrStoreById(storeOrStoreId), |
| 487 | 6, |
| 488 | [tableId, cellId] |
| 489 | ); |
| 490 | var useRowCount = (tableId, storeOrStoreId) => useListenable( |
| 491 | ROW_COUNT, |
| 492 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…