(tableId, storeOrStoreId)
| 538 | [tableId] |
| 539 | ); |
| 540 | var useRowCount = (tableId, storeOrStoreId) => useListenable2( |
| 541 | ROW_COUNT2, |
| 542 | useStoreOrStoreById2(storeOrStoreId), |
| 543 | 7, |
| 544 | [tableId] |
| 545 | ); |
| 546 | var useRowIds = (tableId, storeOrStoreId) => useListenable2(ROW_IDS2, useStoreOrStoreById2(storeOrStoreId), 1, [ |
| 547 | tableId |
| 548 | ]); |
no test coverage detected
searching dependent graphs…