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

Method GetSearchesCount

cmd/tempo-vulture/mocks.go:203–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (m *MockHTTPClient) GetSearchesCount() int {
204 m.m.Lock()
205 defer m.m.Unlock()
206 return m.searchesCount
207}
208
209//nolint:all
210func (m *MockHTTPClient) SetOverrides(limits *userconfigurableoverrides.Limits, version string) (string, error) {

Callers 2

TestDoSearchFunction · 0.95
TestDoSearchErrorFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestDoSearchFunction · 0.76
TestDoSearchErrorFunction · 0.76