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

Method hasCodeNinjasJuniorCamp

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

Source from the content-addressed store, hash-verified

372 }
373
374 hasCodeNinjasJuniorCamp () {
375 return me.isCodeNinja() && _.find(this.classrooms?.models || [], classroom => classroom.get('type') === 'camp-junior')
376 }
377
378 hasOnlyCodeNinjasJuniorCamps () {
379 return me.isCodeNinja() && _.all(this.classrooms?.models || [], classroom => classroom.get('type') === 'camp-junior')

Callers 1

aiLeagueTilesMethod · 0.95

Calls 2

isCodeNinjaMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected