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

Method Name

cache/compression.go:131–133  ·  view source on GitHub ↗

Name implements Cache.

()

Source from the content-addressed store, hash-verified

129
130// Name implements Cache.
131func (s *SnappyCache) Name() string {
132 return s.next.Name()
133}
134
135// Delete implements Cache.
136func (s *SnappyCache) Delete(ctx context.Context, key string) error {

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected