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

Struct AssignableBot

api/queries_repo.go:1203–1206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1201func (u AssignableUser) sealedAssignableActor() {}
1202
1203type AssignableBot struct {
1204 id string
1205 login string
1206}
1207
1208func NewAssignableBot(id, login string) AssignableBot {
1209 return AssignableBot{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected