MCPcopy Create free account
hub / github.com/CodisLabs/codis / ProxyDir

Function ProxyDir

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

Source from the content-addressed store, hash-verified

43}
44
45func ProxyDir(product string) string {
46 return filepath.Join(CodisDir, product, "proxy")
47}
48
49func GroupPath(product string, gid int) string {
50 return filepath.Join(CodisDir, product, "group", fmt.Sprintf("group-%04d", gid))

Callers 1

ProxyDirMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected