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

Method isClassLink

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

Source from the content-addressed store, hash-verified

1434 }
1435
1436 isClassLink () {
1437 return this.get('oAuth2Identities')?.some(identity => identity.provider === 'classlink')
1438 }
1439
1440 isGeccClient () {
1441 const GECC_ID = '61e7e20658f1020024bd8cf7'

Callers 1

mountedFunction · 0.80

Calls 1

getMethod · 0.95

Tested by

no test coverage detected