MCPcopy Create free account
hub / github.com/juju/errors / Unwrap

Method Unwrap

error.go:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func (l *locationError) Unwrap() error {
78 return l.error
79}
80
81// NewErr is used to return an Err for the purpose of embedding in other
82// structures. The location is not specified, and needs to be set with a call

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected