Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ Error
Method
Error
join/join.go:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
var
_ errbase.SafeFormatter = (*joinError)(nil)
60
61
func
(e *joinError) Error() string {
62
return
redact.Sprint(e).StripMarkers()
63
}
64
65
func
(e *joinError) Unwrap() []error {
66
return
e.errs
Callers
3
TestGrpc
Function · 0.45
UnaryServerInterceptor
Function · 0.45
TestJoin
Function · 0.45
Calls
no outgoing calls
Tested by
2
TestGrpc
Function · 0.36
TestJoin
Function · 0.36