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

Method getMeta

app/views/clans/ClanDetailsView.js:60–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 getMeta () {
61 return {
62 title: $.i18n.t('clans.title'),
63 meta: [
64 { vmid: 'meta-description', name: 'description', content: $.i18n.t('clans.meta_description') }
65 ]
66 }
67 }
68
69 constructor (options, clanID) {
70 super(options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected