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

Method Logins

api/queries_issue.go:136–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func (a Assignees) Logins() []string {
137 logins := make([]string, len(a.Nodes))
138 for i, a := range a.Nodes {
139 logins[i] = a.Login
140 }
141 return logins
142}
143
144type AssignedActors struct {
145 Nodes []Actor

Callers 2

editRunFunction · 0.45
editRunFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected