(storeOrStoreId)
| 515 | /* Object */ |
| 516 | ); |
| 517 | var useValuesState = (storeOrStoreId) => [ |
| 518 | useValues(storeOrStoreId), |
| 519 | useSetValuesCallback(getArg, storeOrStoreId) |
| 520 | ]; |
| 521 | var useValueIds = (storeOrStoreId) => useListenable( |
| 522 | VALUE_IDS, |
| 523 | useStoreOrStoreById(storeOrStoreId), |
nothing calls this directly
no test coverage detected
searching dependent graphs…