MCPcopy Index your code
hub / github.com/koding/kite / config

Method config

client.go:914–919  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

912}
913
914func (c *Client) config() *config.Config {
915 if c.Config != nil {
916 return c.Config
917 }
918 return c.LocalKite.Config
919}
920
921// sendCallbackID send the callback number to be deleted after response is received.
922func sendCallbackID(callbacks map[string]dnode.Path, ch chan<- uint64) {

Callers 1

dialMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected