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

Method removeVersion

cache/versioned.go:88–90  ·  view source on GitHub ↗
(k string)

Source from the content-addressed store, hash-verified

86 return c.versionPrefix + k
87}
88func (c *Versioned) removeVersion(k string) string {
89 return strings.TrimPrefix(k, c.versionPrefix)
90}

Callers 1

GetMultiWithErrorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected