Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp/errwrap
/ WrappedErrors
Method
WrappedErrors
errwrap.go:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
func
(w *wrappedError) WrappedErrors() []error {
173
return
[]error{w.Outer, w.Inner}
174
}
175
176
func
(w *wrappedError) Unwrap() error {
177
return
w.Inner
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected