MCPcopy Create free account
hub / github.com/cli/cli / DisplayName

Method DisplayName

api/queries_repo.go:152–154  ·  view source on GitHub ↗

DisplayName returns a user-friendly name via actorDisplayName.

()

Source from the content-addressed store, hash-verified

150
151// DisplayName returns a user-friendly name via actorDisplayName.
152func (u GitHubUser) DisplayName() string {
153 return actorDisplayName("", u.Login, u.Name)
154}
155
156// Actor is a superset of User and Bot, among others.
157// At the time of writing, some of these fields

Callers

nothing calls this directly

Calls 1

actorDisplayNameFunction · 0.85

Tested by

no test coverage detected