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

Struct AssignedActors

api/queries_issue.go:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144type AssignedActors struct {
145 Nodes []Actor
146 TotalCount int
147}
148
149func (a AssignedActors) Logins() []string {
150 logins := make([]string, len(a.Nodes))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected