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

Function client_status

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

Source from the content-addressed store, hash-verified

78 return nil
79}
80func client_status(cli *rpc.Client, Arg0 int) string {
81 var args Args_status
82 var reply Reply_status
83 args.Arg0 = Arg0
84 err := cli.Call("RPC.RPC_status", &args, &reply)
85 if err != nil {
86 panic(err)
87 }
88 return reply.Arg0
89}
90
91// wrapper for: server_drop_cache
92

Callers 1

cmd_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected