MCPcopy 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

59var _ errbase.SafeFormatter = (*joinError)(nil)
60
61func (e *joinError) Error() string {
62 return redact.Sprint(e).StripMarkers()
63}
64
65func (e *joinError) Unwrap() []error {
66 return e.errs

Callers 3

TestGrpcFunction · 0.45
UnaryServerInterceptorFunction · 0.45
TestJoinFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestGrpcFunction · 0.36
TestJoinFunction · 0.36