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

Method wrapMethodArgs

client.go:695–705  ·  view source on GitHub ↗
(args []interface{}, responseCallback dnode.Function)

Source from the content-addressed store, hash-verified

693}
694
695func (c *Client) wrapMethodArgs(args []interface{}, responseCallback dnode.Function) []interface{} {
696 options := callOptionsOut{
697 WithArgs: args,
698 callOptions: callOptions{
699 Kite: *c.LocalKite.Kite(),
700 Auth: c.authCopy(),
701 ResponseCallback: responseCallback,
702 },
703 }
704 return []interface{}{options}
705}
706
707// Tell makes a blocking method call to the server.
708// Waits until the callback function is called by the other side and

Callers 1

sendMethodMethod · 0.95

Calls 2

authCopyMethod · 0.95
KiteMethod · 0.45

Tested by

no test coverage detected