MCPcopy Create free account
hub / github.com/git-bug/git-bug / Error

Method Error

util/multierr/join.go:38–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (e *joinError) Error() string {
39 var b []byte
40 for i, err := range e.errs {
41 if i > 0 {
42 b = append(b, '\n')
43 }
44 b = append(b, err.Error()...)
45 }
46 return string(b)
47}
48
49func (e *joinError) Unwrap() []error {
50 return e.errs

Callers 3

TestCancelFunction · 0.45
IsRunningFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestCancelFunction · 0.36