Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
112
func
(s *apiServer) StatsNoXAuth() (int, string) {
113
return
rpc.ApiResponseJson(s.proxy.Stats(StatsFull))
114
}
115
116
func
(s *apiServer) SlotsNoXAuth() (int, string) {
117
return
rpc.ApiResponseJson(s.proxy.Slots())
Callers
nothing calls this directly
Calls
1
Stats
Method · 0.45
Tested by
no test coverage detected