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

Method isGeccClient

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

Source from the content-addressed store, hash-verified

1438 }
1439
1440 isGeccClient () {
1441 const GECC_ID = '61e7e20658f1020024bd8cf7'
1442 return this.get('_id') === GECC_ID
1443 }
1444
1445 isManualClassroomJoinAllowed () {
1446 if (this.isMto()) {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected