Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/koderover/zadig
/ cacheStore
Struct
cacheStore
pkg/handler/cache/cache.go:24–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
)
23
24
type
cacheStore
struct
{
25
store *sync.Map
26
}
27
28
func
NewCache() Cacher {
29
return
&cacheStore{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected