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

Function removedEvent

pkg/compose/progress.go:76–78  ·  pkg/compose/progress.go::removedEvent

removedEvent creates a new removed (done) Resource

(id string)

Source from the content-addressed store, hash-verified

74
75// removedEvent creates a new removed (done) Resource
76func removedEvent(id string) api.Resource {
77 return newEvent(id, api.Done, api.StatusRemoved)
78}
79
80// buildingEvent creates a new Building in progress Resource
81func buildingEvent(id string) api.Resource {

Callers 6

removeMethod · 0.85
executePluginMethod · 0.85
emitDoneEventFunction · 0.85
removeDivergedNetworkMethod · 0.85
removeNetworkMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected