MCPcopy Index your code
hub / github.com/cockroachdb/errors / joinError

Struct joinError

join/join.go:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53type joinError struct {
54 errs []error
55}
56
57var _ error = (*joinError)(nil)
58var _ fmt.Formatter = (*joinError)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected