()
| 320 | } |
| 321 | |
| 322 | renderStats () { |
| 323 | if (this.destroyed) { return } |
| 324 | return this.renderSelectors('.school-stats') |
| 325 | } |
| 326 | |
| 327 | removeRedundantClans (clans) { |
| 328 | // Don't show low-level clans that have same members as higher-level clans (ex.: the class for a teacher with one class) |
nothing calls this directly
no outgoing calls
no test coverage detected