| 145 | } |
| 146 | |
| 147 | type AssignedActors struct { |
| 148 | Nodes []Actor |
| 149 | TotalCount int |
| 150 | } |
| 151 | |
| 152 | func (a AssignedActors) Logins() []string { |
| 153 | logins := make([]string, len(a.Nodes)) |
nothing calls this directly
no outgoing calls
no test coverage detected