MCPcopy
hub / github.com/github/git-sizer / genErr

Function genErr

internal/pipe/pipeline_test.go:879–883  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

877}
878
879func genErr(err error) pipe.StageFunc {
880 return func(_ context.Context, _ pipe.Env, _ io.Reader, _ io.Writer) error {
881 return err
882 }
883}

Callers 1

TestErrorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected