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

Method destroy

app/views/courses/TeacherClassView.js:479–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

477 }
478
479 destroy () {
480 this.trackTimeSpentOnUnitProgress()
481 return super.destroy()
482 }
483
484 trackTimeSpentOnUnitProgress () {
485 if (this.startTimeOnUnitProgress && !this.timeSpentOnUnitProgress) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected