(tableId, storeOrStoreId)
| 488 | [tableId, cellId] |
| 489 | ); |
| 490 | var useRowCount = (tableId, storeOrStoreId) => useListenable( |
| 491 | ROW_COUNT, |
| 492 | useStoreOrStoreById(storeOrStoreId), |
| 493 | 7, |
| 494 | [tableId] |
| 495 | ); |
| 496 | var useRowIds = (tableId, storeOrStoreId) => useListenable(ROW_IDS, useStoreOrStoreById(storeOrStoreId), 1, [ |
| 497 | tableId |
| 498 | ]); |
nothing calls this directly
no test coverage detected
searching dependent graphs…