(tableId, storeOrStoreId)
| 432 | tableId |
| 433 | ]); |
| 434 | var useTableState = (tableId, storeOrStoreId) => [ |
| 435 | useTable(tableId, storeOrStoreId), |
| 436 | useSetTableCallback(tableId, getArg, storeOrStoreId) |
| 437 | ]; |
| 438 | var useTableCellIds = (tableId, storeOrStoreId) => useListenable( |
| 439 | TABLE + CELL_IDS, |
| 440 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…