MCPcopy Index your code
hub / github.com/cli/cli / DisplayName

Method DisplayName

api/queries_repo.go:151–153  ·  view source on GitHub ↗

DisplayName returns a user-friendly name via actorDisplayName.

()

Source from the content-addressed store, hash-verified

149
150// DisplayName returns a user-friendly name via actorDisplayName.
151func (u GitHubUser) DisplayName() string {
152 return actorDisplayName("", u.Login, u.Name)
153}
154
155// Actor is a superset of User and Bot, among others.
156// 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