(tableId, rowId, storeOrStoreId)
| 522 | rowId |
| 523 | ]); |
| 524 | var useRowState = (tableId, rowId, storeOrStoreId) => [ |
| 525 | useRow(tableId, rowId, storeOrStoreId), |
| 526 | useSetRowCallback(tableId, rowId, getArg, [], storeOrStoreId) |
| 527 | ]; |
| 528 | var useCellIds = (tableId, rowId, storeOrStoreId) => useListenable(CELL_IDS, useStoreOrStoreById(storeOrStoreId), 1, [ |
| 529 | tableId, |
| 530 | rowId |
nothing calls this directly
no test coverage detected
searching dependent graphs…