()
| 155 | return store.getState().initialized |
| 156 | }, |
| 157 | get accounts() { |
| 158 | return store.getState().accounts |
| 159 | }, |
| 160 | get currentAccountId() { |
| 161 | return store.getState().currentAccountId |
| 162 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected