(state, parameterValues)
| 238 | }, |
| 239 | |
| 240 | SET_SENT_VALUES(state, parameterValues) { |
| 241 | state.sentValues = clone(parameterValues) |
| 242 | }, |
| 243 | |
| 244 | SET_LOADING(state, loading) { |
| 245 | state.loading = loading; |
nothing calls this directly
no outgoing calls
no test coverage detected