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

Method DisplayName

api/queries_repo.go:1215–1217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1213}
1214
1215func (b AssignableBot) DisplayName() string {
1216 return actorDisplayName(botTypeName, b.login, "")
1217}
1218
1219func (b AssignableBot) ID() string {
1220 return b.id

Callers 1

DisplayNamesMethod · 0.95

Calls 1

actorDisplayNameFunction · 0.85

Tested by

no test coverage detected