Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ mockClient
Struct
mockClient
pkg/util/test/cache.go:11–14 · pkg/util/test/cache.go::mockClient
Source
from the content-addressed store, hash-verified
9
)
10
11
type
mockClient
struct
{
12
sync.Mutex
13
cache
map
[string][]byte
14
}
15
16
func
(m *mockClient) Store(_ context.Context, keys []string, bufs [][]byte) {
17
m.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected