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

Method canManageLicensesViaUI

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

Source from the content-addressed store, hash-verified

365 }
366
367 canManageLicensesViaUI () { return this.clientPermissions?.manageLicensesViaUI != null ? this.clientPermissions?.manageLicensesViaUI : true }
368
369 canRevokeLicensesViaUI () {
370 if (!this.clientPermissions || (this.clientPermissions.manageLicensesViaUI && this.clientPermissions.revokeLicensesViaUI)) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected