MCPcopy Create free account
hub / github.com/codecombat/codecombat / updateState

Function updateState

app/core/store/modules/trialRequest.js:52–54  ·  view source on GitHub ↗
(state, userState)

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected