MCPcopy
hub / github.com/CodisLabs/codis / SentinelPath

Method SentinelPath

pkg/models/store.go:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112}
113
114func (s *Store) SentinelPath() string {
115 return SentinelPath(s.product)
116}
117
118func (s *Store) Acquire(topom *Topom) error {
119 return s.client.Create(s.LockPath(), topom.Encode())

Callers 2

LoadSentinelMethod · 0.95
UpdateSentinelMethod · 0.95

Calls 1

SentinelPathFunction · 0.85

Tested by

no test coverage detected