Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
116
func
(s *apiServer) SlotsNoXAuth() (int, string) {
117
return
rpc.ApiResponseJson(s.proxy.Slots())
118
}
119
120
func
(s *apiServer) XPing(params martini.Params) (int, string) {
121
if
err := s.verifyXAuth(params); err != nil {
Callers
1
Slots
Method · 0.95
Calls
1
Slots
Method · 0.45
Tested by
no test coverage detected