(tableId, cellId, storeOrStoreId)
| 442 | [tableId] |
| 443 | ); |
| 444 | var useHasTableCell = (tableId, cellId, storeOrStoreId) => useListenable( |
| 445 | TABLE + CELL, |
| 446 | useStoreOrStoreById(storeOrStoreId), |
| 447 | 6, |
| 448 | [tableId, cellId] |
| 449 | ); |
| 450 | var useRowCount = (tableId, storeOrStoreId) => useListenable( |
| 451 | ROW_COUNT, |
| 452 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…