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

Method HumanName

codersdk/organizations.go:60–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (o Organization) HumanName() string {
61 if o.DisplayName == "" {
62 return o.Name
63 }
64 return o.DisplayName
65}
66
67type OrganizationMember struct {
68 UserID uuid.UUID `table:"user id" json:"user_id" format:"uuid"`

Callers 4

addOrganizationMemberMethod · 0.80
provisionerJobsListMethod · 0.80
provisionerListMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected