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

Function creatingEvent

pkg/compose/progress.go:51–53  ·  pkg/compose/progress.go::creatingEvent

creatingEvent creates a new Create in progress Resource

(id string)

Source from the content-addressed store, hash-verified

49
50// creatingEvent creates a new Create in progress Resource
51func creatingEvent(id string) api.Resource {
52 return newEvent(id, api.Working, api.StatusCreating)
53}
54
55// createdEvent creates a new Created (done) Resource
56func createdEvent(id string) api.Resource {

Callers 5

executePluginMethod · 0.85
emitStartEventFunction · 0.85
createContainerMethod · 0.85
createVolumeMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected