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

Method isMto

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

Source from the content-addressed store, hash-verified

1426 }
1427
1428 isMto () {
1429 return this.isMtoStem() || this.isMtoNeo() || this.isMtoCodingOlympiad()
1430 }
1431
1432 isSchoology () {
1433 return this.get('oAuth2Identities')?.some(identity => identity.provider === 'schoology')

Callers 3

fetchDataAllClassesAsyncFunction · 0.80
constructorMethod · 0.80

Calls 3

isMtoStemMethod · 0.95
isMtoNeoMethod · 0.95
isMtoCodingOlympiadMethod · 0.95

Tested by

no test coverage detected