()
| 158 | return store.getState().accounts |
| 159 | }, |
| 160 | get currentAccountId() { |
| 161 | return store.getState().currentAccountId |
| 162 | }, |
| 163 | init: () => store.getState().init(), |
| 164 | reset: () => store.getState().reset(), |
| 165 | getById: (id) => store.getState().getById(id), |
nothing calls this directly
no outgoing calls
no test coverage detected