(tableId, rowId, cellId, storeOrStoreId)
| 488 | rowId |
| 489 | ]); |
| 490 | var useHasCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable(CELL, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 491 | tableId, |
| 492 | rowId, |
| 493 | cellId |
| 494 | ]); |
| 495 | var useCell = (tableId, rowId, cellId, storeOrStoreId) => useListenable( |
| 496 | CELL, |
| 497 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…