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

Method isTecmilenio

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

Source from the content-addressed store, hash-verified

1400 }
1401
1402 isTecmilenio () {
1403 return ['62de625ef3365e002314d554', '62e7a13c85e9850026fa2c7f'].includes(this.get('clientCreator')) || (this.get('clientPermissions') || []).some(p => ['62de625ef3365e002314d554', '62e7a13c85e9850026fa2c7f'].includes(p.client))
1404 }
1405
1406 isCodeNinja () {
1407 const ids = [

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected