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

Struct AssignableBot

api/queries_repo.go:1207–1210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205func (u AssignableUser) sealedAssignableActor() {}
1206
1207type AssignableBot struct {
1208 id string
1209 login string
1210}
1211
1212func NewAssignableBot(id, login string) AssignableBot {
1213 return AssignableBot{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected