Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
183
func
(m *InstrumentedMockCache) Stop() {
184
m.cache.Stop()
185
}
186
187
func
(m *InstrumentedMockCache) Delete(ctx context.Context, key string) error {
188
m.deleteCount.Inc()
Callers
nothing calls this directly
Calls
1
Stop
Method · 0.65
Tested by
no test coverage detected