MCPcopy
hub / github.com/moby/moby / Update

Function Update

daemon/internal/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 14

UpdateProgressMethod · 0.92
pullTagMethod · 0.92
applyLayerFunction · 0.92
withFetchProgressFunction · 0.92
PushMethod · 0.92
UploadMethod · 0.92
uploadUsingSessionMethod · 0.92
layerAlreadyExistsMethod · 0.92
DownloadMethod · 0.92
UploadMethod · 0.92
makeUploadFuncMethod · 0.92
DownloadMethod · 0.92

Calls 1

WriteProgressMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…