Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
185
func
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
populate
Method · 0.70
ReadAt
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected