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

Function ProxyPath

pkg/models/store.go:53–55  ·  view source on GitHub ↗
(product string, token string)

Source from the content-addressed store, hash-verified

51}
52
53func ProxyPath(product string, token string) string {
54 return filepath.Join(CodisDir, product, "proxy", fmt.Sprintf("proxy-%s", token))
55}
56
57func SentinelPath(product string) string {
58 return filepath.Join(CodisDir, product, "sentinel")

Callers 1

ProxyPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected