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

Function updateClassDetails

ozaria/site/store/StudentAuthStoreModule.js:29–32  ·  view source on GitHub ↗
(state, { classCode, classroom })

Source from the content-addressed store, hash-verified

27 },
28 mutations: {
29 updateClassDetails (state, { classCode, classroom }) {
30 state.classCode = classCode
31 state.classroom = classroom
32 },
33 updateSignupForm (state, updates) {
34 _.assign(state.signupForm, updates)
35 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected