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

Function addStudentSelectedId

ozaria/site/store/BaseSingleClass.js:131–133  ·  view source on GitHub ↗
({ commit }, { studentId })

Source from the content-addressed store, hash-verified

129
130 actions: {
131 addStudentSelectedId ({ commit }, { studentId }) {
132 commit('setCheckedStudent', { studentId })
133 },
134
135 removeStudentSelectedId ({ commit }, { studentId }) {
136 commit('removeCheckedStudent', { studentId })

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected