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

Method SetXAuth

pkg/topom/topom_api.go:767–769  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

765}
766
767func (c *ApiClient) SetXAuth(name string) {
768 c.xauth = rpc.NewXAuth(name)
769}
770
771func (c *ApiClient) encodeURL(format string, args ...interface{}) string {
772 return rpc.EncodeURL(c.addr, format, args...)

Callers 3

openProxyFunction · 0.95
newProxyClientMethod · 0.95
newApiClientFunction · 0.95

Calls

no outgoing calls

Tested by 2

openProxyFunction · 0.76
newApiClientFunction · 0.76