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

Method XPing

pkg/topom/topom_api.go:793–796  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

791}
792
793func (c *ApiClient) XPing() error {
794 url := c.encodeURL("/api/topom/xping/%s", c.xauth)
795 return rpc.ApiGetJson(url, nil)
796}
797
798func (c *ApiClient) Stats() (*Stats, error) {
799 url := c.encodeURL("/api/topom/stats/%s", c.xauth)

Callers

nothing calls this directly

Calls 1

encodeURLMethod · 0.95

Tested by

no test coverage detected