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

Method getTitle

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

Source from the content-addressed store, hash-verified

222 }
223
224 getTitle () { return (this.classroom != null ? this.classroom.get('name') : undefined) }
225
226 fetchStudents () {
227 return Promise.all(this.students.fetchForClassroom(this.classroom, { removeDeleted: true, data: { project: 'firstName,lastName,name,email,products,deleted' } }))

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected