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

Method getTitle

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

Source from the content-addressed store, hash-verified

21 }
22
23 getTitle () { return $.i18n.t('teacher.resource_hub') }
24
25 initialize () {
26 return __guard__(me.getClientCreatorPermissions(), x => x.then(() => (typeof this.render === 'function' ? this.render() : undefined)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected