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

Method RPC_status

rpc.go:76–79  ·  view source on GitHub ↗
(args *Args_status, reply *Reply_status)

Source from the content-addressed store, hash-verified

74}
75
76func (r *RPC) RPC_status(args *Args_status, reply *Reply_status) error {
77 reply.Arg0 = server_status(args.Arg0)
78 return nil
79}
80func client_status(cli *rpc.Client, Arg0 int) string {
81 var args Args_status
82 var reply Reply_status

Callers

nothing calls this directly

Calls 1

server_statusFunction · 0.85

Tested by

no test coverage detected