MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / multiError

TypeAlias multiError

internal/cmd/util.go:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "strings"
4
5type multiError []error
6
7func (m *multiError) Error() string {
8 errs := make([]string, len(*m))

Callers 1

newConfigCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected