| 94 | Arg0 int |
| 95 | } |
| 96 | type Reply_drop_cache struct { |
| 97 | Arg0 int |
| 98 | } |
| 99 | |
| 100 | func (r *RPC) RPC_drop_cache(args *Args_drop_cache, reply *Reply_drop_cache) error { |
| 101 | reply.Arg0 = server_drop_cache(args.Arg0) |
nothing calls this directly
no outgoing calls
no test coverage detected