Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
func
(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
144
type
AssignedActors
struct
{
145
Nodes []Actor
Callers
2
editRun
Function · 0.45
editRun
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected