MCPcopy
hub / github.com/ContainerSSH/ContainerSSH / wrap

Function wrap

config/error.go:46–48  ·  view source on GitHub ↗
(err error, option string)

Source from the content-addressed store, hash-verified

44}
45
46func wrap(err error, option string) error {
47 return wrapWithMessage(err, option, "")
48}
49
50type configError struct {
51 message string

Callers 15

ValidateWithCertsMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85
ValidateMethod · 0.85

Calls 1

wrapWithMessageFunction · 0.85

Tested by

no test coverage detected