Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
131
func
(s *SnappyCache) Name() string {
132
return
s.next.Name()
133
}
134
135
// Delete implements Cache.
136
func
(s *SnappyCache) Delete(ctx context.Context, key string) error {
Callers
nothing calls this directly
Calls
1
Name
Method · 0.65
Tested by
no test coverage detected