Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ clearSelectedStudents
Function
clearSelectedStudents
ozaria/site/store/BaseSingleClass.js:79–81 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
77
},
78
79
clearSelectedStudents (state) {
80
state.selectedStudents = {}
81
},
82
83
openModalEditStudent (state, studentId) {
84
state.editingStudent = studentId
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected