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

Method Name

cache/mock.go:179–181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

177}
178
179func (m *InstrumentedMockCache) Name() string {
180 return m.cache.Name()
181}
182
183func (m *InstrumentedMockCache) Stop() {
184 m.cache.Stop()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected