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

Function NewAssignableBot

api/queries_repo.go:1208–1213  ·  view source on GitHub ↗
(id, login string)

Source from the content-addressed store, hash-verified

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

Callers 4

Test_editRunFunction · 0.92
DisplayNamesMethod · 0.85
TestMembersToIDsFunction · 0.85
NewReviewerBotFunction · 0.85

Calls

no outgoing calls

Tested by 2

Test_editRunFunction · 0.74
TestMembersToIDsFunction · 0.68