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

Method GetMultiWithError

cache/mock.go:174–177  ·  view source on GitHub ↗
(ctx context.Context, keys []string, opts ...Option)

Source from the content-addressed store, hash-verified

172}
173
174func (m *InstrumentedMockCache) GetMultiWithError(ctx context.Context, keys []string, opts ...Option) (map[string][]byte, error) {
175 m.fetchCount.Inc()
176 return m.cache.GetMultiWithError(ctx, keys, opts...)
177}
178
179func (m *InstrumentedMockCache) Name() string {
180 return m.cache.Name()

Callers

nothing calls this directly

Calls 1

GetMultiWithErrorMethod · 0.65

Tested by

no test coverage detected