(storeOrStoreId)
| 503 | useSetCellCallback(tableId, rowId, cellId, getArg, storeOrStoreId) |
| 504 | ]; |
| 505 | var useHasValues = (storeOrStoreId) => useListenable( |
| 506 | VALUES, |
| 507 | useStoreOrStoreById(storeOrStoreId), |
| 508 | 6, |
| 509 | [] |
| 510 | ); |
| 511 | var useValues = (storeOrStoreId) => useListenable( |
| 512 | VALUES, |
| 513 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…