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

Method canDeleteAccount

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

Source from the content-addressed store, hash-verified

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) }
1482 canAutoFillCode () { return this.isAdmin() || this.isTeacher() || this.isInGodMode() }
1483
1484 // Ozaria flags

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected