(tableId, rowId, storeOrStoreId)
| 518 | rowId |
| 519 | ]); |
| 520 | var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 521 | tableId, |
| 522 | rowId |
| 523 | ]); |
| 524 | var useRowState = (tableId, rowId, storeOrStoreId) => [ |
| 525 | useRow(tableId, rowId, storeOrStoreId), |
| 526 | useSetRowCallback(tableId, rowId, getArg, [], storeOrStoreId) |
no test coverage detected
searching dependent graphs…