MCPcopy 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
102func (s *Store) ProxyDir() string {
103 return ProxyDir(s.product)
104}
105
106func (s *Store) GroupPath(gid int) string {
107 return GroupPath(s.product, gid)

Callers 1

ListProxyMethod · 0.95

Calls 1

ProxyDirFunction · 0.85

Tested by

no test coverage detected