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

Method isMtoNeo

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

Source from the content-addressed store, hash-verified

1418 }
1419
1420 isMtoNeo () {
1421 return [utils.MTOClients.MTO_NEO_DEV, utils.MTOClients.MTO_NEO_PROD].includes(this.get('clientCreator'))
1422 }
1423
1424 isMtoCodingOlympiad () {
1425 return [utils.MTOClients.MTO_CODING_OLYMPIAD_DEV, utils.MTOClients.MTO_CODING_OLYMPIAD_PROD].includes(this.get('clientCreator'))

Callers 1

isMtoMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected