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

Function NewAssignableBot

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

Source from the content-addressed store, hash-verified

1209}
1210
1211func NewAssignableBot(id, login string) AssignableBot {
1212 return AssignableBot{
1213 id: id,
1214 login: login,
1215 }
1216}
1217
1218func (b AssignableBot) DisplayName() string {
1219 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