MCPcopy
hub / github.com/restic/restic / E

Method E

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

E reports an error. This message is always printed to stderr. Appends a newline if not present.

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

Source from the content-addressed store, hash-verified

15 // E reports an error. This message is always printed to stderr.
16 // Appends a newline if not present.
17 E(msg string, args ...interface{})
18 // S prints a message, this is should only be used for very important messages
19 // that are not errors. The message is even printed if --quiet is specified.
20 // Appends a newline if not present.

Callers 15

runCheckFunction · 0.95
RepairPacksFunction · 0.65
reuploadBlobsFromPackFunction · 0.65
RepairIndexFunction · 0.65
packInfoFromIndexFunction · 0.65
decidePackActionFunction · 0.65
ExecuteMethod · 0.65
deleteFilesFunction · 0.65
ErrorMethod · 0.65
ScannerErrorMethod · 0.65
ErrorMethod · 0.65
decryptRepositoryFunction · 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