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

Function errorEventf

pkg/compose/progress.go:46–48  ·  pkg/compose/progress.go::errorEventf

errorEventf creates a new Error Resource with format message

(id string, msg string, args ...any)

Source from the content-addressed store, hash-verified

44
45// errorEventf creates a new Error Resource with format message
46func errorEventf(id string, msg string, args ...any) api.Resource {
47 return errorEvent(id, fmt.Sprintf(msg, args...))
48}
49
50// creatingEvent creates a new Create in progress Resource
51func creatingEvent(id string) api.Resource {

Callers 3

exportMethod · 0.85
pullMethod · 0.85
waitDependenciesMethod · 0.85

Calls 1

errorEventFunction · 0.85

Tested by

no test coverage detected