MCPcopy
hub / github.com/restic/restic / Join

Function Join

internal/errors/errors.go:38–38  ·  view source on GitHub ↗
(errs ...error)

Source from the content-addressed store, hash-verified

36func Is(x, y error) bool { return stderrors.Is(x, y) }
37
38func Join(errs ...error) error { return stderrors.Join(errs...) }
39
40// Unwrap returns the result of calling the Unwrap method on err, if err's type contains
41// an Unwrap method returning error. Otherwise, Unwrap returns nil.

Callers 5

AddMethod · 0.92
FinalizeMethod · 0.92
nodeFromFileInfoFunction · 0.92
enableProcessPrivilegesFunction · 0.92

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected