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

Method DeleteProxy

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

Source from the content-addressed store, hash-verified

236}
237
238func (s *Store) DeleteProxy(token string) error {
239 return s.client.Delete(s.ProxyPath(token))
240}
241
242func (s *Store) LoadSentinel(must bool) (*Sentinel, error) {
243 b, err := s.client.Read(s.SentinelPath(), must)

Callers 1

storeRemoveProxyMethod · 0.80

Calls 2

ProxyPathMethod · 0.95
DeleteMethod · 0.65

Tested by

no test coverage detected