Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodisLabs/codis
/ ProxyDir
Method
ProxyDir
pkg/models/store.go:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
func
(s *Store) ProxyDir() string {
103
return
ProxyDir(s.product)
104
}
105
106
func
(s *Store) GroupPath(gid int) string {
107
return
GroupPath(s.product, gid)
Callers
1
ListProxy
Method · 0.95
Calls
1
ProxyDir
Function · 0.85
Tested by
no test coverage detected