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

Function waiting

pkg/compose/progress.go:91–93  ·  view source on GitHub ↗

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

(id string)

Source from the content-addressed store, hash-verified

89
90// waiting creates a new waiting event; kept as a named func for use as a function value.
91func waiting(id string) api.Resource {
92 return newEvent(id, api.Working, api.StatusWaiting)
93}
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 {

Callers

nothing calls this directly

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected