()
| 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))) |
nothing calls this directly
no outgoing calls
no test coverage detected