MCPcopy
hub / github.com/grafana/tempo / ExitCode

Method ExitCode

cmd/tempo-vulture/validation.go:137–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (vr ValidationResult) ExitCode() int {
138 if len(vr.Failures) > 0 {
139 return 1
140 }
141 return 0
142}
143
144type ValidationService struct {
145 config ValidationConfig

Callers 2

TestRunValidationFunction · 0.80
RunValidationModeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRunValidationFunction · 0.64