Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ UniqueName
Method
UniqueName
coderd/rbac/roles.go:108–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
106
}
107
108
func
(r RoleIdentifier) UniqueName() string {
109
return
r.String()
110
}
111
112
func
(r *RoleIdentifier) MarshalJSON() ([]byte, error) {
113
return
json.Marshal(r.String())
Callers
2
convertOrganizationMembers
Function · 0.45
SyncRoles
Method · 0.45
Calls
1
String
Method · 0.95
Tested by
no test coverage detected