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

Method hasAiLeagueActiveProduct

app/models/User.js:902–904  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

900 }
901
902 hasAiLeagueActiveProduct () {
903 return this.activeProducts('esports').length > 0
904 }
905
906 prepaidNumericalCourses () {
907 const courseProducts = this.activeProducts('course')

Callers

nothing calls this directly

Calls 1

activeProductsMethod · 0.95

Tested by

no test coverage detected