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

Method isMtoCodingOlympiad

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

Source from the content-addressed store, hash-verified

1422 }
1423
1424 isMtoCodingOlympiad () {
1425 return [utils.MTOClients.MTO_CODING_OLYMPIAD_DEV, utils.MTOClients.MTO_CODING_OLYMPIAD_PROD].includes(this.get('clientCreator'))
1426 }
1427
1428 isMto () {
1429 return this.isMtoStem() || this.isMtoNeo() || this.isMtoCodingOlympiad()

Callers 1

isMtoMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected