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

Method isSchoology

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

Source from the content-addressed store, hash-verified

1430 }
1431
1432 isSchoology () {
1433 return this.get('oAuth2Identities')?.some(identity => identity.provider === 'schoology')
1434 }
1435
1436 isClassLink () {
1437 return this.get('oAuth2Identities')?.some(identity => identity.provider === 'classlink')

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected