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

Method GroupPath

pkg/models/store.go:106–108  ·  view source on GitHub ↗
(gid int)

Source from the content-addressed store, hash-verified

104}
105
106func (s *Store) GroupPath(gid int) string {
107 return GroupPath(s.product, gid)
108}
109
110func (s *Store) ProxyPath(token string) string {
111 return ProxyPath(s.product, token)

Callers 3

LoadGroupMethod · 0.95
UpdateGroupMethod · 0.95
DeleteGroupMethod · 0.95

Calls 1

GroupPathFunction · 0.85

Tested by

no test coverage detected