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

Function removeCheckedStudent

ozaria/site/store/BaseSingleClass.js:75–77  ·  view source on GitHub ↗
(state, { studentId })

Source from the content-addressed store, hash-verified

73 },
74
75 removeCheckedStudent (state, { studentId }) {
76 Vue.delete(state.selectedStudents, studentId)
77 },
78
79 clearSelectedStudents (state) {
80 state.selectedStudents = {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected