MCPcopy
hub / github.com/helm/helm / joinErrors

Function joinErrors

pkg/action/uninstall.go:237–242  ·  view source on GitHub ↗
(errs []error, sep string)

Source from the content-addressed store, hash-verified

235}
236
237func joinErrors(errs []error, sep string) error {
238 return &joinedErrors{
239 errs: errs,
240 sep: sep,
241 }
242}
243
244func (e *joinedErrors) Error() string {
245 errs := make([]string, 0, len(e.errs))

Callers 5

RunMethod · 0.70
checkOwnershipFunction · 0.70
deleteHookByPolicyMethod · 0.70
failReleaseMethod · 0.70
performRollbackMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…