(state, userState)
| 50 | state.properties.city = city |
| 51 | }, |
| 52 | updateState (state, userState) { |
| 53 | state.properties.state = userState |
| 54 | }, |
| 55 | updateCountry (state, country) { |
| 56 | state.properties.country = country |
| 57 | } |
nothing calls this directly
no outgoing calls
no test coverage detected