()
| 17 | } |
| 18 | |
| 19 | getTitle () { return 'AP CS Principles' } |
| 20 | |
| 21 | initialize () { |
| 22 | 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