MCPcopy Create free account
hub / github.com/ContentSquare/chproxy / TestRedisCacheMiss

Function TestRedisCacheMiss

cache/redis_cache_test.go:81–84  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

79}
80
81func TestRedisCacheMiss(t *testing.T) {
82 c := getRedisCache(t)
83 cacheMissHelper(t, c)
84}
85func TestStringFromToByte(t *testing.T) {
86 c := getRedisCache(t)
87 b := c.encodeString("test")

Callers

nothing calls this directly

Calls 2

getRedisCacheFunction · 0.85
cacheMissHelperFunction · 0.85

Tested by

no test coverage detected