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

Method LockPath

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

Source from the content-addressed store, hash-verified

88}
89
90func (s *Store) LockPath() string {
91 return LockPath(s.product)
92}
93
94func (s *Store) SlotPath(sid int) string {
95 return SlotPath(s.product, sid)

Callers 4

AcquireMethod · 0.95
ReleaseMethod · 0.95
ReloadMethod · 0.80
handleDashboardListMethod · 0.80

Calls 1

LockPathFunction · 0.85

Tested by

no test coverage detected