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

Struct AssignableBot

api/queries_repo.go:1198–1201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1196func (u AssignableUser) sealedAssignableActor() {}
1197
1198type AssignableBot struct {
1199 id string
1200 login string
1201}
1202
1203func NewAssignableBot(id, login string) AssignableBot {
1204 return AssignableBot{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected