(tableId, storeOrStoreId)
| 472 | tableId |
| 473 | ]); |
| 474 | var useTableState = (tableId, storeOrStoreId) => [ |
| 475 | useTable(tableId, storeOrStoreId), |
| 476 | useSetTableCallback(tableId, getArg, [], storeOrStoreId) |
| 477 | ]; |
| 478 | var useTableCellIds = (tableId, storeOrStoreId) => useListenable( |
| 479 | TABLE + CELL_IDS, |
| 480 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…