Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
7
class
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.ts
File · 0.45
invite-colleagues.ts
File · 0.45
ACTIVE_VIEW_CHANGED
Function · 0.45
getters.js
File · 0.45
parse-custom-attributes.js
File · 0.45
get-custom-attributes.js
File · 0.45
filtersAreDifferent
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected