Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
88
func
(c *Versioned) removeVersion(k string) string {
89
return
strings.TrimPrefix(k, c.versionPrefix)
90
}
Callers
1
GetMultiWithError
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected