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

Function Messagef

client/pkg/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 _ = out.WriteProgress(Progress{ID: id, Message: 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

nothing calls this directly

Calls 1

WriteProgressMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…