Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
func
(c *Versioned) Name() string {
74
return
c.cache.Name()
75
}
76
77
func
(c *Versioned) Stop() {
78
c.cache.Stop()
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected