(storeOrStoreId)
| 416 | /* Object */ |
| 417 | ); |
| 418 | var useTablesState = (storeOrStoreId) => [ |
| 419 | useTables(storeOrStoreId), |
| 420 | useSetTablesCallback(getArg, storeOrStoreId) |
| 421 | ]; |
| 422 | var useTableIds = (storeOrStoreId) => useListenable( |
| 423 | TABLE_IDS, |
| 424 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…