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

Function courseName

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

Source from the content-addressed store, hash-verified

47 computed: {
48 levelName () { return this.level && (utils.i18n(this.level, 'displayName') || utils.i18n(this.level, 'name')) },
49 courseName () { return this.course && utils.i18n(this.course, 'name') },
50 teacherBackUrl () { return this.classroom && `/teachers/classes/${(this.classroom != null ? this.classroom._id : undefined)}` },
51 schoolAdministratorBackUrl () { return this.classroom && `/school-administrator/teacher/${(this.classroom != null ? this.classroom.ownerID : undefined)}/classroom/${(this.classroom != null ? this.classroom._id : undefined)}` }
52 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected