(storeOrStoreId)
| 545 | useSetCellCallback(tableId, rowId, cellId, getArg, [], storeOrStoreId) |
| 546 | ]; |
| 547 | var useHasValues = (storeOrStoreId) => useListenable( |
| 548 | VALUES, |
| 549 | useStoreOrStoreById(storeOrStoreId), |
| 550 | 6, |
| 551 | [] |
| 552 | ); |
| 553 | var useValues = (storeOrStoreId) => useListenable( |
| 554 | VALUES, |
| 555 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…