MCPcopy Index your code
hub / github.com/coder/coder / String

Method String

codersdk/roles.go:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22func (s SlimRole) String() string {
23 if s.DisplayName != "" {
24 return s.DisplayName
25 }
26 return s.Name
27}
28
29// UniqueName concatenates the organization ID to create a globally unique
30// string name for the role.

Callers 15

DownloadWithFormatMethod · 0.45
OAuth2ProviderAppsMethod · 0.45
RevokeOAuth2TokenMethod · 0.45
AsRequestOptionMethod · 0.45
DebugCollectProfileMethod · 0.45
TestResolveWorkspaceFunction · 0.45
asRequestOptionMethod · 0.45
CompactionThresholdKeyFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestResolveWorkspaceFunction · 0.36
Test_ClientFunction · 0.36