MCPcopy Index your code
hub / github.com/peak/s5cmd / Error

Method Error

error/error.go:33–35  ·  view source on GitHub ↗

Error implements the error interface.

()

Source from the content-addressed store, hash-verified

31
32// Error implements the error interface.
33func (e *Error) Error() string {
34 return e.Err.Error()
35}
36
37// Unwrap unwraps the error.
38func (e *Error) Unwrap() error {

Callers 9

RunMethod · 0.45
TestIsObjectExcludedFunction · 0.45
TestGuessContentTypeFunction · 0.45
RunMethod · 0.45
TestValidateRMCommandFunction · 0.45
app.goFile · 0.45
cleanupErrorFunction · 0.45
ServeHTTPMethod · 0.45
assertLinesFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestIsObjectExcludedFunction · 0.36
TestGuessContentTypeFunction · 0.36
TestValidateRMCommandFunction · 0.36
assertLinesFunction · 0.36