MCPcopy Create free account
hub / github.com/compozy/agh / errorsJoin

Function errorsJoin

internal/task/manager.go:3690–3692  ·  view source on GitHub ↗
(errs ...error)

Source from the content-addressed store, hash-verified

3688}
3689
3690func errorsJoin(errs ...error) error {
3691 return errors.Join(errs...)
3692}
3693
3694func runBootRecoveryError(run Run, recovery RunBootRecovery) string {
3695 sessionID := strings.TrimSpace(run.SessionID)

Calls

no outgoing calls

Tested by 1