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

Function exited

pkg/compose/progress.go:101–103  ·  view source on GitHub ↗

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

(id string)

Source from the content-addressed store, hash-verified

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 {
102 return newEvent(id, api.Done, api.StatusExited)
103}
104
105// skippedEvent creates a new Skipped Resource; kept as a named func for use as a function value.
106func skippedEvent(id string, reason string) api.Resource {

Callers

nothing calls this directly

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected