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