MCPcopy
hub / github.com/moby/moby / discardOutput

Struct discardOutput

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

Source from the content-addressed store, hash-verified

54}
55
56type discardOutput struct{}
57
58func (discardOutput) WriteProgress(Progress) error {
59 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected