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

Method getMeta

app/views/courses/CoursesView.js:84–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82 }
83
84 getMeta () {
85 return {
86 title: $.i18n.t('courses.students'),
87 links: [
88 { vmid: 'rel-canonical', rel: 'canonical', href: '/students' },
89 ],
90 }
91 }
92
93 constructor () {
94 super()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected