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

Function builtEvent

pkg/compose/progress.go:86–88  ·  pkg/compose/progress.go::builtEvent

builtEvent creates a new built (done) Resource

(id string)

Source from the content-addressed store, hash-verified

84
85// builtEvent creates a new built (done) Resource
86func builtEvent(id string) api.Resource {
87 return newEvent("Image "+id, api.Done, api.StatusBuilt)
88}
89
90// waiting creates a new waiting event; kept as a named func for use as a function value.
91func waiting(id string) api.Resource {

Callers 4

doBuildBakeMethod · 0.85
dryRunBakeMethod · 0.85
doBuildClassicMethod · 0.85
doBuildImageMethod · 0.85

Calls 1

newEventFunction · 0.85

Tested by

no test coverage detected