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

Function removingEvent

pkg/compose/progress.go:71–73  ·  pkg/compose/progress.go::removingEvent

removingEvent creates a new Removing in progress Resource

(id string)

Source from the content-addressed store, hash-verified

69
70// removingEvent creates a new Removing in progress Resource
71func removingEvent(id string) api.Resource {
72 return newEvent(id, api.Working, api.StatusRemoving)
73}
74
75// removedEvent creates a new removed (done) Resource
76func removedEvent(id string) api.Resource {

Callers 5

removeMethod · 0.85
executePluginMethod · 0.85
emitStartEventFunction · 0.85
removeNetworkMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected