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

Method getAILeagueStat

app/views/courses/CoursesView.js:313–320  ·  view source on GitHub ↗
(...keys)

Source from the content-addressed store, hash-verified

311 }
312
313 getAILeagueStat (...keys) {
314 let val = this.aiLeagueStats
315 for (const key of Array.from(keys)) {
316 val = val != null ? val[key] : undefined
317 if (val == null) { return null }
318 }
319 return val
320 }
321
322 renderStats () {
323 if (this.destroyed) { return }

Callers 2

sortMyClansMethod · 0.95
aiLeagueTilesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected