MCPcopy Create free account
hub / github.com/nsf/gocode / client_set

Function client_set

rpc.go:128–138  ·  view source on GitHub ↗
(cli *rpc.Client, Arg0, Arg1 string)

Source from the content-addressed store, hash-verified

126 return nil
127}
128func client_set(cli *rpc.Client, Arg0, Arg1 string) string {
129 var args Args_set
130 var reply Reply_set
131 args.Arg0 = Arg0
132 args.Arg1 = Arg1
133 err := cli.Call("RPC.RPC_set", &args, &reply)
134 if err != nil {
135 panic(err)
136 }
137 return reply.Arg0
138}
139
140// wrapper for: server_options
141

Callers 1

cmd_setFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected