MCPcopy
hub / github.com/CodisLabs/codis / encodeURL

Method encodeURL

pkg/proxy/proxy_api.go:251–253  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

249}
250
251func (c *ApiClient) encodeURL(format string, args ...interface{}) string {
252 return rpc.EncodeURL(c.addr, format, args...)
253}
254
255func (c *ApiClient) Overview() (*Overview, error) {
256 url := c.encodeURL("/proxy")

Callers 14

OverviewMethod · 0.95
ModelMethod · 0.95
XPingMethod · 0.95
StatsSimpleMethod · 0.95
StatsMethod · 0.95
SlotsMethod · 0.95
ResetStatsMethod · 0.95
ForceGCMethod · 0.95
StartMethod · 0.95
LogLevelMethod · 0.95
ShutdownMethod · 0.95
FillSlotsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected