MCPcopy
hub / github.com/restic/restic / VV

Method VV

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

VV prints a message if verbosity >= 3 (equivalent to --verbose=2), this is used for debug messages. Appends a newline if not present.

(msg string, args ...interface{})

Source from the content-addressed store, hash-verified

32 // VV prints a message if verbosity >= 3 (equivalent to --verbose=2), this is used for
33 // debug messages. Appends a newline if not present.
34 VV(msg string, args ...interface{})
35}
36
37// NoopPrinter discards all messages

Callers 7

rewriteIndexFilesFunction · 0.65
deleteFilesFunction · 0.65
CompleteItemMethod · 0.65
CompleteItemMethod · 0.65
gatherIncludeFiltersFunction · 0.65
gatherExcludeFiltersFunction · 0.65
runForgetFunction · 0.65

Implementers 3

NoopPrinterinternal/ui/progress/printer.go
TestPrinterinternal/ui/progress/printer.go
jsonErrorPrintercmd/restic/cmd_check.go

Calls

no outgoing calls

Tested by

no test coverage detected