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

Function createdEvent

pkg/compose/progress.go:56–58  ·  pkg/compose/progress.go::createdEvent

createdEvent creates a new Created (done) Resource

(id string)

Source from the content-addressed store, hash-verified

54
55// createdEvent creates a new Created (done) Resource
56func createdEvent(id string) api.Resource {
57 return newEvent(id, api.Done, api.StatusCreated)
58}
59
60// stoppingEvent creates a new Stopping in progress Resource
61func stoppingEvent(id string) api.Resource {

Callers 5

executePluginMethod · 0.85
emitDoneEventFunction · 0.85
createContainerMethod · 0.85
createVolumeMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected