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

Method isManualClassroomJoinAllowed

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

Source from the content-addressed store, hash-verified

1443 }
1444
1445 isManualClassroomJoinAllowed () {
1446 if (this.isMto()) {
1447 return false
1448 }
1449 return true
1450 }
1451
1452 showForumLink () { return !(features?.china != null ? features?.china : false) }
1453 showChinaResourceInfo () { return features?.china != null ? features?.china : false }

Callers

nothing calls this directly

Calls 1

isMtoMethod · 0.95

Tested by

no test coverage detected