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

Struct Assignees

api/queries_issue.go:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131type Assignees struct {
132 Nodes []GitHubUser
133 TotalCount int
134}
135
136func (a Assignees) Logins() []string {
137 logins := make([]string, len(a.Nodes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected