(tableId, storeOrStoreId)
| 466 | /* Array */ |
| 467 | ); |
| 468 | var useHasTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 469 | tableId |
| 470 | ]); |
| 471 | var useTable = (tableId, storeOrStoreId) => useListenable(TABLE, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 472 | tableId |
| 473 | ]); |
nothing calls this directly
no test coverage detected
searching dependent graphs…