MCPcopy
hub / github.com/elastic/go-elasticsearch / Errs

Method Errs

_benchmarks/benchmarks/runner/runner.go:159–165  ·  view source on GitHub ↗

Errs returns the underlying errors.

()

Source from the content-addressed store, hash-verified

157
158// Errs returns the underlying errors.
159func (e *Error) Errs() string {
160 var errStrings []string
161 for _, e := range e.errs {
162 errStrings = append(errStrings, e.Error())
163 }
164 return strings.Join(errStrings, ";")
165}
166
167// Run executes the benchmark runs.
168func (r *Runner) Run() error {

Callers 1

mainFunction · 0.45

Calls 2

ErrorMethod · 0.95
JoinMethod · 0.80

Tested by

no test coverage detected