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

Method FullCommand

error/error.go:28–30  ·  view source on GitHub ↗

FullCommand returns the command string that occurred at.

()

Source from the content-addressed store, hash-verified

26
27// FullCommand returns the command string that occurred at.
28func (e *Error) FullCommand() string {
29 return fmt.Sprintf("%v %v %v", e.Op, e.Src, e.Dst)
30}
31
32// Error implements the error interface.
33func (e *Error) Error() string {

Callers 1

printErrorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected