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

Function TestCacheClose

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

Source from the content-addressed store, hash-verified

41}
42
43func TestCacheClose(t *testing.T) {
44 for i := 0; i < 10; i++ {
45 c := newTestCache(t)
46 c.Close()
47 }
48}
49
50func TestFilesystemCacheAddGet(t *testing.T) {
51 c := newTestCache(t)

Callers

nothing calls this directly

Calls 2

newTestCacheFunction · 0.85
CloseMethod · 0.45

Tested by

no test coverage detected