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

Function SentinelPath

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

Source from the content-addressed store, hash-verified

55}
56
57func SentinelPath(product string) string {
58 return filepath.Join(CodisDir, product, "sentinel")
59}
60
61func LoadTopom(client Client, product string, must bool) (*Topom, error) {
62 b, err := client.Read(LockPath(product), must)

Callers 1

SentinelPathMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected