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

Method DisplayName

api/queries_repo.go:1210–1212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1208}
1209
1210func (b AssignableBot) DisplayName() string {
1211 return actorDisplayName(botTypeName, b.login, "")
1212}
1213
1214func (b AssignableBot) ID() string {
1215 return b.id

Callers 1

DisplayNamesMethod · 0.95

Calls 1

actorDisplayNameFunction · 0.85

Tested by

no test coverage detected