MCPcopy
hub / github.com/cli/cli / AssignableUser

Struct AssignableUser

api/queries_repo.go:1165–1169  ·  view source on GitHub ↗

Always a user

Source from the content-addressed store, hash-verified

1163
1164// Always a user
1165type AssignableUser struct {
1166 id string
1167 login string
1168 name string
1169}
1170
1171func NewAssignableUser(id, login, name string) AssignableUser {
1172 return AssignableUser{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected