MCPcopy 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
108func (r RoleIdentifier) UniqueName() string {
109 return r.String()
110}
111
112func (r *RoleIdentifier) MarshalJSON() ([]byte, error) {
113 return json.Marshal(r.String())

Callers 2

SyncRolesMethod · 0.45

Calls 1

StringMethod · 0.95

Tested by

no test coverage detected