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

Struct AssignedActors

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected