MCPcopy Index your code
hub / github.com/docker/cli / WriteProgress

Method WriteProgress

cli/command/service/progress/progress_test.go:18–21  ·  view source on GitHub ↗
(p progress.Progress)

Source from the content-addressed store, hash-verified

16}
17
18func (mp *mockProgress) WriteProgress(p progress.Progress) error {
19 mp.p = append(mp.p, p)
20 return nil
21}
22
23func (mp *mockProgress) clear() {
24 mp.p = nil

Callers 12

ServiceProgressFunction · 0.45
writeOverallProgressFunction · 0.45
writeTaskProgressMethod · 0.45
updateMethod · 0.45
writeTaskProgressMethod · 0.45
updateMethod · 0.45
writeOverallProgressMethod · 0.45
writeTaskProgressMethod · 0.45
updateMethod · 0.45
writeTaskProgressMethod · 0.45
writeOverallProgressMethod · 0.45
updateProgressFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected