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

Function setHourOfCode

ozaria/site/store/StudentAuthStoreModule.js:43–45  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

41 state.email = email
42 },
43 setHourOfCode (state) {
44 state.isHourOfCode = true
45 }
46 },
47 actions: {
48 async createAccount ({ state, commit, dispatch, rootState }) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected