(tableId, rowId, storeOrStoreId)
| 472 | storeOrStoreId |
| 473 | ); |
| 474 | var useHasRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 6, [ |
| 475 | tableId, |
| 476 | rowId |
| 477 | ]); |
| 478 | var useRow = (tableId, rowId, storeOrStoreId) => useListenable(ROW, useStoreOrStoreById(storeOrStoreId), 0, [ |
| 479 | tableId, |
| 480 | rowId |
nothing calls this directly
no test coverage detected
searching dependent graphs…