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

Function Message

client/pkg/progress/progress.go:79–81  ·  view source on GitHub ↗

Message is a convenience function to write a progress message to the channel.

(out Output, id, message string)

Source from the content-addressed store, hash-verified

77
78// Message is a convenience function to write a progress message to the channel.
79func Message(out Output, id, message string) {
80 _ = out.WriteProgress(Progress{ID: id, Message: message})
81}
82
83// Messagef is a convenience function to write a printf-formatted progress
84// message to the channel.

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…