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

Method getTitle

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

Source from the content-addressed store, hash-verified

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)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected