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

Method getSortedCourses

app/models/Classroom.js:409–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

407 }
408
409 getSortedCourses () {
410 let left
411 return utils.sortCourses((left = this.get('courses')) != null ? left : [])
412 }
413
414 isStudentOnLockedCourse (studentID, courseID) {
415 return Classroom.isStudentOnLockedCourse(this.attributes, studentID, courseID)

Callers 7

exportStudentProgressFunction · 0.80
attachMediatorEventsMethod · 0.80
calculateStandardDevMethod · 0.80
drawBarGraphMethod · 0.80
updateLastPlayedInfoMethod · 0.80
updateLevelDataMapMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected