(tableId, storeOrStoreId)
| 426 | /* Array */ |
| 427 | ); |
| 428 | var useHasTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 429 | tableId |
| 430 | ]); |
| 431 | var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 432 | tableId |
| 433 | ]); |
nothing calls this directly
no test coverage detected
searching dependent graphs…