MCPcopy 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

1class Roles {
2 static get values() {
3 return {
4 admin: 'admin',
5 readonly: 'readonly',
6 }
7 }
8}
9
10export default Roles

Callers 15

QueryParserClass · 0.45
customView.tsFile · 0.45
processSendgridWebhookFunction · 0.45
createMethod · 0.45
getFeedMethod · 0.45
organizationsMergeMethod · 0.45
calculateReachMethod · 0.45
sanitizeMethod · 0.45
enrichSocialNetworksMethod · 0.45
handleMessagesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected