MCPcopy 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
20func DoGet(cache Cache) {
21 cache.Get(key)
22}
23
24func BenchmarkTestSet(b *testing.B) {
25 for i := 0; i < b.N; i++ {

Callers 1

BenchmarkTestGetFunction · 0.85

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected