Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
33
func
(e *Error) Error() string {
34
return
e.Err.Error()
35
}
36
37
// Unwrap unwraps the error.
38
func
(e *Error) Unwrap() error {
Callers
9
Run
Method · 0.45
TestIsObjectExcluded
Function · 0.45
TestGuessContentType
Function · 0.45
Run
Method · 0.45
TestValidateRMCommand
Function · 0.45
app.go
File · 0.45
cleanupError
Function · 0.45
ServeHTTP
Method · 0.45
assertLines
Function · 0.45
Calls
no outgoing calls
Tested by
4
TestIsObjectExcluded
Function · 0.36
TestGuessContentType
Function · 0.36
TestValidateRMCommand
Function · 0.36
assertLines
Function · 0.36