MCPcopy Create free account
hub / github.com/docker/compose / isNotRunning

Function isNotRunning

pkg/compose/containers.go:165–167  ·  view source on GitHub ↗
(c container.Summary)

Source from the content-addressed store, hash-verified

163}
164
165func isNotRunning(c container.Summary) bool {
166 return c.State != container.StateRunning
167}
168
169// filter return Containers with elements to match predicate
170func (containers Containers) filter(predicates ...containerPredicate) Containers {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected