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

Method DisplayName

api/queries_repo.go:1185–1187  ·  view source on GitHub ↗

DisplayName returns a user-friendly name via actorDisplayName.

()

Source from the content-addressed store, hash-verified

1183
1184// DisplayName returns a user-friendly name via actorDisplayName.
1185func (u AssignableUser) DisplayName() string {
1186 return actorDisplayName(userTypeName, u.login, u.name)
1187}
1188
1189func (u AssignableUser) ID() string {
1190 return u.id

Callers 1

DisplayNamesMethod · 0.95

Calls 1

actorDisplayNameFunction · 0.85

Tested by

no test coverage detected