MCPcopy Index your code
hub / github.com/CodisLabs/codis / GroupDir

Function GroupDir

pkg/models/store.go:41–43  ·  view source on GitHub ↗
(product string)

Source from the content-addressed store, hash-verified

39}
40
41func GroupDir(product string) string {
42 return filepath.Join(CodisDir, product, "group")
43}
44
45func ProxyDir(product string) string {
46 return filepath.Join(CodisDir, product, "proxy")

Callers 1

GroupDirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected