| 118 | Arg0, Arg1 string |
| 119 | } |
| 120 | type Reply_set struct { |
| 121 | Arg0 string |
| 122 | } |
| 123 | |
| 124 | func (r *RPC) RPC_set(args *Args_set, reply *Reply_set) error { |
| 125 | reply.Arg0 = server_set(args.Arg0, args.Arg1) |
nothing calls this directly
no outgoing calls
no test coverage detected