MCPcopy Create free account
hub / github.com/dolanor/rip / Unwrap

Method Unwrap

error.go:193–199  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191}
192
193func (e badRequestError) Unwrap() error {
194 err := errors.Unwrap(e.origin)
195 if err != nil {
196 return err
197 }
198 return nil
199}
200
201// ErrorLink represents a RFC8288 web link.
202type ErrorLink struct {

Callers 1

extractErrorsSourceFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected