MCPcopy Create free account
hub / github.com/moby/moby / Update

Function Update

client/pkg/progress/progress.go:68–70  ·  view source on GitHub ↗

Update is a convenience function to write a progress update to the channel.

(out Output, id, action string)

Source from the content-addressed store, hash-verified

66
67// Update is a convenience function to write a progress update to the channel.
68func Update(out Output, id, action string) {
69 _ = out.WriteProgress(Progress{ID: id, Action: action})
70}
71
72// Updatef is a convenience function to write a printf-formatted progress update
73// 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…