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

Method StatsNoXAuth

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

Source from the content-addressed store, hash-verified

110}
111
112func (s *apiServer) StatsNoXAuth() (int, string) {
113 return rpc.ApiResponseJson(s.proxy.Stats(StatsFull))
114}
115
116func (s *apiServer) SlotsNoXAuth() (int, string) {
117 return rpc.ApiResponseJson(s.proxy.Slots())

Callers

nothing calls this directly

Calls 1

StatsMethod · 0.45

Tested by

no test coverage detected