MCPcopy
hub / github.com/grafana/dskit / Stop

Method Stop

cache/mock.go:183–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181}
182
183func (m *InstrumentedMockCache) Stop() {
184 m.cache.Stop()
185}
186
187func (m *InstrumentedMockCache) Delete(ctx context.Context, key string) error {
188 m.deleteCount.Inc()

Callers

nothing calls this directly

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected