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

Function closeModalEditStudent

ozaria/site/store/BaseSingleClass.js:87–89  ·  view source on GitHub ↗
(state)

Source from the content-addressed store, hash-verified

85 },
86
87 closeModalEditStudent (state) {
88 state.editingStudent = undefined
89 },
90
91 setShowingTooltipOfThisOriginal (state, normalizedOriginal) {
92 Vue.set(state, 'showingTooltipOfThisOriginal', normalizedOriginal)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected