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

Method Slots

pkg/proxy/proxy_api.go:144–150  ·  view source on GitHub ↗
(params martini.Params)

Source from the content-addressed store, hash-verified

142}
143
144func (s *apiServer) Slots(params martini.Params) (int, string) {
145 if err := s.verifyXAuth(params); err != nil {
146 return rpc.ApiResponseError(err)
147 } else {
148 return s.SlotsNoXAuth()
149 }
150}
151
152func (s *apiServer) Start(params martini.Params) (int, string) {
153 if err := s.verifyXAuth(params); err != nil {

Callers 1

SlotsNoXAuthMethod · 0.45

Calls 2

verifyXAuthMethod · 0.95
SlotsNoXAuthMethod · 0.95

Tested by

no test coverage detected