Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ mockCache
Struct
mockCache
pkg/chunk/cache/mock.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
mockCache
struct
{
9
sync.Mutex
10
cache
map
[string][]byte
11
}
12
13
func
(m *mockCache) Store(_ context.Context, keys []string, bufs [][]byte) {
14
m.Lock()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected