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

Function updateEmail

ozaria/site/store/StudentAuthStoreModule.js:40–42  ·  view source on GitHub ↗
(state, { email })

Source from the content-addressed store, hash-verified

38 state.ssoUsed = ssoUsed
39 },
40 updateEmail (state, { email }) {
41 state.email = email
42 },
43 setHourOfCode (state) {
44 state.isHourOfCode = true
45 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected