(tableId, rowId, cellId, storeOrStoreId)
| 499 | [tableId, rowId, cellId] |
| 500 | ); |
| 501 | var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [ |
| 502 | useCell(tableId, rowId, cellId, storeOrStoreId), |
| 503 | useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId) |
| 504 | ]; |
| 505 | var useHasValues = (storeOrStoreId) => useListenable( |
| 506 | VALUES, |
| 507 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…