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

Method showChinaRegistration

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

Source from the content-addressed store, hash-verified

1458 }
1459
1460 showChinaRegistration () { return features?.china != null ? features?.china : false }
1461 enableCpp () { return utils.isCodeCombat && (this.hasSubscription() || this.isStudent() || this.isTeacher()) }
1462 enableJava () { return utils.isCodeCombat && (this.hasSubscription() || this.isStudent() || this.isTeacher()) }
1463

Callers 6

afterRenderMethod · 0.80
formSchemaMethod · 0.80
handleSSOConnectMethod · 0.80
mountedFunction · 0.80
askForPhoneNumberFunction · 0.80
phoneNumberRequiredFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected