MCPcopy Create free account
hub / github.com/belak/gitdir / multiError

Struct multiError

utils.go:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15)
16
17type multiError struct {
18 errors []error
19}
20
21func newMultiError(errors ...error) error {
22 var ret multiError

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected