Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ Assignees
Struct
Assignees
api/queries_issue.go:134–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
}
133
134
type
Assignees
struct
{
135
Nodes []GitHubUser
136
TotalCount int
137
}
138
139
func
(a Assignees) Logins() []string {
140
logins := make([]string, len(a.Nodes))
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected