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

Function isFatalError

pkg/io/buffered.go:185–195  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

183}
184
185func isFatalError(err error) bool {
186 if err == nil {
187 return false
188 }
189
190 if errors.Is(err, io.EOF) {
191 return false
192 }
193
194 return true
195}

Callers 2

populateMethod · 0.70
ReadAtMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected