(tableId, rowId, storeOrStoreId)
| 514 | ] |
| 515 | ); |
| 516 | var useHasRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 517 | tableId, |
| 518 | rowId |
| 519 | ]); |
| 520 | var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 521 | tableId, |
| 522 | rowId |
nothing calls this directly
no test coverage detected
searching dependent graphs…