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

Struct AssignableBot

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected