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

Struct AssignableUser

api/queries_repo.go:1173–1177  ·  view source on GitHub ↗

Always a user

Source from the content-addressed store, hash-verified

1171
1172// Always a user
1173type AssignableUser struct {
1174 id string
1175 login string
1176 name string
1177}
1178
1179func NewAssignableUser(id, login, name string) AssignableUser {
1180 return AssignableUser{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected