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

Function client_options

rpc.go:153–162  ·  view source on GitHub ↗
(cli *rpc.Client, Arg0 int)

Source from the content-addressed store, hash-verified

151 return nil
152}
153func client_options(cli *rpc.Client, Arg0 int) string {
154 var args Args_options
155 var reply Reply_options
156 args.Arg0 = Arg0
157 err := cli.Call("RPC.RPC_options", &args, &reply)
158 if err != nil {
159 panic(err)
160 }
161 return reply.Arg0
162}

Callers 1

cmd_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected