Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ Unwrap
Method
Unwrap
errutil_api.go:82–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
// Wrapper is the type of an error wrapper.
81
type
Wrapper
interface
{
82
Unwrap() error
83
}
84
85
// Opaque aliases barrier.Handled(), for compatibility with xerrors.
Callers
2
UnwrapOnce
Function · 0.65
UnwrapMulti
Function · 0.65
Implementers
15
werrFmt
contexttags/contexttags_test.go
withContext
contexttags/with_context.go
werrFmt
barriers/barriers_test.go
withMark
markers/markers.go
myMultiError
markers/markers_test.go
myOtherMultiError
markers/markers_test.go
werrFmt
markers/markers_test.go
werrFmt
safedetails/safedetails_test.go
withSafeDetails
safedetails/with_safedetails.go
werrFmt
domains/domains_test.go
withDomain
domains/with_domain.go
werrFmt
issuelink/issuelink_test.go
Calls
no outgoing calls
Tested by
no test coverage detected