Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
53
type
joinError
struct
{
54
errs []error
55
}
56
57
var
_ error = (*joinError)(nil)
58
var
_ fmt.Formatter = (*joinError)(nil)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected