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

Method isMtoStem

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

Source from the content-addressed store, hash-verified

1414 }
1415
1416 isMtoStem () {
1417 return [utils.MTOClients.MTO_STEM_DEV, utils.MTOClients.MTO_STEM_PROD].includes(this.get('clientCreator'))
1418 }
1419
1420 isMtoNeo () {
1421 return [utils.MTOClients.MTO_NEO_DEV, utils.MTOClients.MTO_NEO_PROD].includes(this.get('clientCreator'))

Callers 1

isMtoMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected