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

Function openModalEditStudent

ozaria/site/store/BaseSingleClass.js:83–85  ·  view source on GitHub ↗
(state, studentId)

Source from the content-addressed store, hash-verified

81 },
82
83 openModalEditStudent (state, studentId) {
84 state.editingStudent = studentId
85 },
86
87 closeModalEditStudent (state) {
88 state.editingStudent = undefined

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected