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

Method getMeta

app/views/teachers/DynamicAPCSPView.js:23–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 getMeta () {
24 return {
25 title: $.i18n.t('apcsp.title'),
26 meta: [
27 { vmid: 'meta-description', name: 'description', content: $.i18n.t('apcsp.meta_description') }
28 ]
29 }
30 }
31
32 initialize (options, name) {
33 this.name = name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected