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

Method isTarena

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

Source from the content-addressed store, hash-verified

1378 skipHeroSelectOnStudentSignUp () { return features?.classroomItems != null ? features?.classroomItems : false }
1379 useSocialSignOn () { return !((features?.chinaUx != null ? features?.chinaUx : false) || (features?.china != null ? features?.china : false)) }
1380 isTarena () { return features?.Tarena != null ? features?.Tarena : false }
1381 useTarenaLogo () { return this.isTarena() }
1382 hideTopRightNav () { return this.isTarena() || this.isILK() || this.isICode() || this.isCodeNinja() }
1383 hideFooter () { return this.isTarena() || this.isILK() || this.isICode() || this.isCodeNinja() }

Callers 4

useTarenaLogoMethod · 0.95
hideTopRightNavMethod · 0.95
hideFooterMethod · 0.95
hideOtherProductCTAsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected