(tableId, rowId, cellId, storeOrStoreId)
| 541 | [tableId, rowId, cellId] |
| 542 | ); |
| 543 | var useCellState = (tableId, rowId, cellId, storeOrStoreId) => [ |
| 544 | useCell(tableId, rowId, cellId, storeOrStoreId), |
| 545 | useSetCellCallback(tableId, rowId, cellId, getArg, [], storeOrStoreId) |
| 546 | ]; |
| 547 | var useHasValues = (storeOrStoreId) => useListenable( |
| 548 | VALUES, |
| 549 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…