Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfeel/dotweb
/ DoGet
Function
DoGet
cache/cache_test.go:20–22 ·
view source on GitHub ↗
(cache Cache)
Source
from the content-addressed store, hash-verified
18
}
19
20
func
DoGet(cache Cache) {
21
cache.Get(key)
22
}
23
24
func
BenchmarkTestSet(b *testing.B) {
25
for
i := 0; i < b.N; i++ {
Callers
1
BenchmarkTestGet
Function · 0.85
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected