Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashicorp/errwrap
/ Unwrap
Method
Unwrap
errwrap.go:176–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
174
}
175
176
func
(w *wrappedError) Unwrap() error {
177
return
w.Inner
178
}
Callers
2
TestWrappedError_IsCompatibleWithErrorsUnwrap
Function · 0.80
Walk
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWrappedError_IsCompatibleWithErrorsUnwrap
Function · 0.64