(state, features)
| 28 | return state.localesLoaded = _.assign(addition, state.localesLoaded); |
| 29 | }, |
| 30 | updateFeatures(state, features) { return state.features = features; } |
| 31 | }, |
| 32 | |
| 33 | getters: { |
nothing calls this directly
no outgoing calls
no test coverage detected