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

Method SlotsNoXAuth

pkg/proxy/proxy_api.go:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114}
115
116func (s *apiServer) SlotsNoXAuth() (int, string) {
117 return rpc.ApiResponseJson(s.proxy.Slots())
118}
119
120func (s *apiServer) XPing(params martini.Params) (int, string) {
121 if err := s.verifyXAuth(params); err != nil {

Callers 1

SlotsMethod · 0.95

Calls 1

SlotsMethod · 0.45

Tested by

no test coverage detected