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

Struct AssignableUser

api/queries_repo.go:1170–1174  ·  view source on GitHub ↗

Always a user

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected