(tableId, rowId, storeOrStoreId)
| 480 | rowId |
| 481 | ]); |
| 482 | var useRowState = (tableId, rowId, storeOrStoreId) => [ |
| 483 | useRow(tableId, rowId, storeOrStoreId), |
| 484 | useSetRowCallback(tableId, rowId, getArg, storeOrStoreId) |
| 485 | ]; |
| 486 | var useCellIds = (tableId, rowId, storeOrStoreId) => useListenable(CELL_IDS, useStoreOrStoreById(storeOrStoreId), 1, [ |
| 487 | tableId, |
| 488 | rowId |
nothing calls this directly
no test coverage detected
searching dependent graphs…