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

Method Name

cache/versioned.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73func (c *Versioned) Name() string {
74 return c.cache.Name()
75}
76
77func (c *Versioned) Stop() {
78 c.cache.Stop()

Callers

nothing calls this directly

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected