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

Method renderStats

app/views/courses/CoursesView.js:322–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected