(tableId, storeOrStoreId)
| 494 | [tableId] |
| 495 | ); |
| 496 | var useRowIds = (tableId, storeOrStoreId) => useListenable(ROW_IDS, useStoreOrStoreById(storeOrStoreId), 1, [ |
| 497 | tableId |
| 498 | ]); |
| 499 | var useSortedRowIds = (tableIdOrArgs, cellIdOrStoreOrStoreId, descending, offset, limit, storeOrStoreId) => useSortedRowIdsImpl( |
| 500 | ...isObject(tableIdOrArgs) ? [ |
| 501 | tableIdOrArgs.tableId, |
no test coverage detected
searching dependent graphs…