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

Method isAILeagueArena

app/views/ladder/LadderView.js:492–492  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490 }
491
492 isAILeagueArena () { return _.find(utils.arenas, { slug: this.levelID }) }
493
494 updateSpectateList () {
495 if (!this.level?.isType('ladder')) return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected