Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linuxfoundation/crowd.dev
/ values
Method
values
backend/src/security/roles.ts:2–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
class
Roles {
2
static get values() {
3
return
{
4
admin:
'admin'
,
5
readonly:
'readonly'
,
6
}
7
}
8
}
9
10
export
default Roles
Callers
15
QueryParser
Class · 0.45
memberAttributeSettings.ts
File · 0.45
customView.ts
File · 0.45
processSendgridWebhook
Function · 0.45
create
Method · 0.45
getFeed
Method · 0.45
organizationsMerge
Method · 0.45
calculateReach
Method · 0.45
permissionChecker.test.ts
File · 0.45
sanitize
Method · 0.45
enrichSocialNetworks
Method · 0.45
handleMessages
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected