()
| 641 | isCapstone () { return this.get('ozariaType') === 'capstone' } |
| 642 | |
| 643 | isChallenge () { return this.get('ozariaType') === 'challenge' } |
| 644 | |
| 645 | getDisplayContentType () { |
| 646 | if (this.isCapstone()) { return 'capstone' } |
no test coverage detected