MCPcopy
hub / github.com/docker/compose / stoppedEvent

Function stoppedEvent

pkg/compose/progress.go:66–68  ·  view source on GitHub ↗

stoppedEvent creates a new Stopped (done) Resource

(id string)

Source from the content-addressed store, hash-verified

64
65// stoppedEvent creates a new Stopped (done) Resource
66func stoppedEvent(id string) api.Resource {
67 return newEvent(id, api.Done, api.StatusStopped)
68}
69
70// removingEvent creates a new Removing in progress Resource
71func removingEvent(id string) api.Resource {

Callers 2

executePluginMethod · 0.85
emitDoneEventFunction · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected