MCPcopy Create free account
hub / github.com/cortexproject/cortex / TestSnappyCache

Function TestSnappyCache

pkg/chunk/cache/cache_test.go:120–123  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

118}
119
120func TestSnappyCache(t *testing.T) {
121 cache := cache.NewSnappy(cache.NewMockCache(), log.NewNopLogger())
122 testCache(t, cache)
123}

Callers

nothing calls this directly

Calls 1

testCacheFunction · 0.85

Tested by

no test coverage detected