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

Method showChinaRemindToast

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

Source from the content-addressed store, hash-verified

1476 showingStaticPagesWhileLoading () { return false }
1477 showIndividualRegister () { return !(features?.china != null ? features?.china : false) }
1478 showChinaRemindToast () { return features?.china != null ? features?.china : false }
1479 showOpenResourceLink () { return !(features?.china != null ? features?.china : false) }
1480 useStripe () { return (!((features?.china != null ? features?.china : false) || (features?.chinaInfra != null ? features?.chinaInfra : false))) && (this.get('preferredLanguage') !== 'nl-BE') }
1481 canDeleteAccount () { return !(features?.china != null ? features?.china : false) }

Callers 1

remindPlayerToTakeBreaksFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected