(tableId, rowId, cellId, storeOrStoreId)
| 530 | rowId |
| 531 | ]); |
| 532 | var useHasCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(CELL, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 533 | tableId, |
| 534 | rowId, |
| 535 | cellId |
| 536 | ]); |
| 537 | var useCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable( |
| 538 | CELL, |
| 539 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…