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

Method SlotPath

pkg/models/store.go:94–96  ·  view source on GitHub ↗
(sid int)

Source from the content-addressed store, hash-verified

92}
93
94func (s *Store) SlotPath(sid int) string {
95 return SlotPath(s.product, sid)
96}
97
98func (s *Store) GroupDir() string {
99 return GroupDir(s.product)

Callers 2

LoadSlotMappingMethod · 0.95
UpdateSlotMappingMethod · 0.95

Calls 1

SlotPathFunction · 0.85

Tested by

no test coverage detected