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

Function NewAssignableBot

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

Source from the content-addressed store, hash-verified

1201}
1202
1203func NewAssignableBot(id, login string) AssignableBot {
1204 return AssignableBot{
1205 id: id,
1206 login: login,
1207 }
1208}
1209
1210func (b AssignableBot) DisplayName() string {
1211 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