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

Method GroupDir

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

Source from the content-addressed store, hash-verified

96}
97
98func (s *Store) GroupDir() string {
99 return GroupDir(s.product)
100}
101
102func (s *Store) ProxyDir() string {
103 return ProxyDir(s.product)

Callers 1

ListGroupMethod · 0.95

Calls 1

GroupDirFunction · 0.85

Tested by

no test coverage detected