(state, loading)
| 242 | }, |
| 243 | |
| 244 | SET_LOADING(state, loading) { |
| 245 | state.loading = loading; |
| 246 | }, |
| 247 | |
| 248 | SET_CLIENT_STATE_VERSION(state, clientStateVersion) { |
| 249 | state.clientStateVersion = clientStateVersion; |
nothing calls this directly
no outgoing calls
no test coverage detected