MCPcopy
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
926func (e *erroredEnc) SetError(err error) {
927 e.mx.Lock()
928 defer e.mx.Unlock()
929 e.err = err
930}
931
932func TestRequeueOnError(t *testing.T) {
933 tmpDir := t.TempDir()

Callers 1

TestRequeueOnErrorFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected