(spellKey)
| 43 | } |
| 44 | |
| 45 | getSourceFor (spellKey) { |
| 46 | // spellKey ex: 'hero-placeholder/plan' |
| 47 | const code = this.get('code') |
| 48 | const parts = spellKey.split('/') |
| 49 | return __guard__(code != null ? code[parts[0]] : undefined, x => x[parts[1]]) |
| 50 | } |
| 51 | |
| 52 | readyToRank () { |
| 53 | let c1, c2, team |
no test coverage detected