Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
func
TestFilesystemCacheAddGet(t *testing.T) {
51
c := newTestCache(t)
52
defer
c.Close()
53
cacheAddGetHelper(t, c)
54
}
55
56
const
maxStringSizeToLog = 30
57
Callers
nothing calls this directly
Calls
3
newTestCache
Function · 0.85
cacheAddGetHelper
Function · 0.85
Close
Method · 0.45
Tested by
no test coverage detected