Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
type
Getter
interface
{
20
Get(key string) ([]byte, error)
21
}
22
23
type
GetterFunc
func
(key string) ([]byte, error)
Callers
15
ReqVersion
Method · 0.65
ClientIP
Function · 0.65
GetAnnouncementById
Function · 0.65
send
Function · 0.65
Build
Method · 0.65
main
Function · 0.65
main
Function · 0.65
Push
Method · 0.65
main
Function · 0.65
TestFind
Function · 0.65
upFile
Function · 0.65
findFile
Function · 0.65
Implementers
5
Lru
LRU/list.go
LRU
gcache/lru.go
Group
gcache/gchace.go
cache
sql-redis/main.go
config
hconfig/hconfig.go
Calls
no outgoing calls
Tested by
5
send
Function · 0.52
TestFind
Function · 0.52
TestGet
Function · 0.52
TestNewGroups
Function · 0.52
TestLimit
Function · 0.52