MCPcopy
hub / github.com/restic/restic / NoopPrinter

Struct NoopPrinter

internal/ui/progress/printer.go:38–38  ·  view source on GitHub ↗

NoopPrinter discards all messages

Source from the content-addressed store, hash-verified

36
37// NoopPrinter discards all messages
38type NoopPrinter struct{}
39
40var _ Printer = (*NoopPrinter)(nil)
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected