MCPcopy Create free account
hub / github.com/Code-Hex/pget / Error

Method Error

error.go:20–22  ·  view source on GitHub ↗

Error for options: version, usage

()

Source from the content-addressed store, hash-verified

18
19// Error for options: version, usage
20func (i ignore) Error() string {
21 return i.err.Error()
22}
23
24func (i ignore) Cause() error {
25 return i.err

Callers 1

TestErrorsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestErrorsFunction · 0.64