(c container.Summary)
| 163 | } |
| 164 | |
| 165 | func isNotRunning(c container.Summary) bool { |
| 166 | return c.State != container.StateRunning |
| 167 | } |
| 168 | |
| 169 | // filter return Containers with elements to match predicate |
| 170 | func (containers Containers) filter(predicates ...containerPredicate) Containers { |
nothing calls this directly
no outgoing calls
no test coverage detected