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

Method RPC_options

rpc.go:149–152  ·  view source on GitHub ↗
(args *Args_options, reply *Reply_options)

Source from the content-addressed store, hash-verified

147}
148
149func (r *RPC) RPC_options(args *Args_options, reply *Reply_options) error {
150 reply.Arg0 = server_options(args.Arg0)
151 return nil
152}
153func client_options(cli *rpc.Client, Arg0 int) string {
154 var args Args_options
155 var reply Reply_options

Callers

nothing calls this directly

Calls 1

server_optionsFunction · 0.85

Tested by

no test coverage detected