(tableId, storeOrStoreId)
| 491 | [tableId] |
| 492 | ); |
| 493 | var useRowCount = (tableId, storeOrStoreId) => useListenable2( |
| 494 | ROW_COUNT2, |
| 495 | useStoreOrStoreById2(storeOrStoreId), |
| 496 | 7, |
| 497 | [tableId] |
| 498 | ); |
| 499 | var useRowIds = (tableId, storeOrStoreId) => useListenable2(ROW_IDS2, useStoreOrStoreById2(storeOrStoreId), 1, [ |
| 500 | tableId |
| 501 | ]); |
no test coverage detected
searching dependent graphs…