Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ SetError
Method
SetError
modules/livestore/live_store_test.go:926–930 ·
view source on GitHub ↗
(err error)
Source
from the content-addressed store, hash-verified
924
}
925
926
func
(e *erroredEnc) SetError(err error) {
927
e.mx.Lock()
928
defer
e.mx.Unlock()
929
e.err = err
930
}
931
932
func
TestRequeueOnError(t *testing.T) {
933
tmpDir := t.TempDir()
Callers
1
TestRequeueOnError
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected