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

Method getMeta

app/views/clans/ClansView.js:38–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 }
37
38 getMeta () {
39 return {
40 title: $.i18n.t('clans.title'),
41 meta: [
42 { vmid: 'meta-description', name: 'description', content: $.i18n.t('clans.meta_description') }
43 ]
44 }
45 }
46
47 constructor (options = {}) {
48 super(options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected