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

Function healthy

pkg/compose/progress.go:96–98  ·  view source on GitHub ↗

healthy creates a new healthy event; kept as a named func for use as a function value.

(id string)

Source from the content-addressed store, hash-verified

94
95// healthy creates a new healthy event; kept as a named func for use as a function value.
96func healthy(id string) api.Resource {
97 return newEvent(id, api.Done, api.StatusHealthy)
98}
99
100// exited creates a new exited event; kept as a named func for use as a function value.
101func exited(id string) api.Resource {

Callers

nothing calls this directly

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected