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