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

Method ProxyPath

pkg/models/store.go:110–112  ·  view source on GitHub ↗
(token string)

Source from the content-addressed store, hash-verified

108}
109
110func (s *Store) ProxyPath(token string) string {
111 return ProxyPath(s.product, token)
112}
113
114func (s *Store) SentinelPath() string {
115 return SentinelPath(s.product)

Callers 3

LoadProxyMethod · 0.95
UpdateProxyMethod · 0.95
DeleteProxyMethod · 0.95

Calls 1

ProxyPathFunction · 0.85

Tested by

no test coverage detected