MCPcopy Index your code
hub / github.com/moby/moby / Messagef

Function Messagef

daemon/internal/progress/progress.go:85–87  ·  view source on GitHub ↗

Messagef is a convenience function to write a printf-formatted progress message to the channel.

(out Output, id, format string, a ...any)

Source from the content-addressed store, hash-verified

83// Messagef is a convenience function to write a printf-formatted progress
84// message to the channel.
85func Messagef(out Output, id, format string, a ...any) {
86 Message(out, id, fmt.Sprintf(format, a...))
87}
88
89// Aux sends auxiliary information over a progress interface, which will not be
90// formatted for the UI. This is used for things such as push signing.

Callers 9

PushImageMethod · 0.92
pushRefMethod · 0.92
pullForBuilderMethod · 0.92
withFetchProgressFunction · 0.92
PushMethod · 0.92
PushFunction · 0.92
pushTagMethod · 0.92
PullImageMethod · 0.92
pullForBuilderMethod · 0.92

Calls 1

MessageFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…