MCPcopy
hub / github.com/hwholiday/learning_tools / Get

Method Get

gcache/gchace.go:20–20  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

18
19type Getter interface {
20 Get(key string) ([]byte, error)
21}
22
23type GetterFunc func(key string) ([]byte, error)

Callers 15

ReqVersionMethod · 0.65
ClientIPFunction · 0.65
GetAnnouncementByIdFunction · 0.65
sendFunction · 0.65
BuildMethod · 0.65
mainFunction · 0.65
mainFunction · 0.65
PushMethod · 0.65
mainFunction · 0.65
TestFindFunction · 0.65
upFileFunction · 0.65
findFileFunction · 0.65

Implementers 5

LruLRU/list.go
LRUgcache/lru.go
Groupgcache/gchace.go
cachesql-redis/main.go
confighconfig/hconfig.go

Calls

no outgoing calls

Tested by 5

sendFunction · 0.52
TestFindFunction · 0.52
TestGetFunction · 0.52
TestNewGroupsFunction · 0.52
TestLimitFunction · 0.52