MCPcopy Create free account
hub / github.com/linuxfoundation/crowd.dev / values

Method values

frontend/src/security/roles.js:8–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 */
7class Roles {
8 static get values() {
9 return {
10 admin: 'admin',
11 readonly: 'readonly',
12 };
13 }
14
15 static labelOf(roleId) {
16 if (!this.values[roleId]) {

Callers 7

main.tsFile · 0.45
ACTIVE_VIEW_CHANGEDFunction · 0.45
getters.jsFile · 0.45
filtersAreDifferentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected