MCPcopy Index your code
hub / github.com/ContentSquare/chproxy / TestFilesystemCacheAddGet

Function TestFilesystemCacheAddGet

cache/filesystem_cache_test.go:50–54  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

48}
49
50func TestFilesystemCacheAddGet(t *testing.T) {
51 c := newTestCache(t)
52 defer c.Close()
53 cacheAddGetHelper(t, c)
54}
55
56const maxStringSizeToLog = 30
57

Callers

nothing calls this directly

Calls 3

newTestCacheFunction · 0.85
cacheAddGetHelperFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected