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

Method RPC_drop_cache

rpc.go:100–103  ·  view source on GitHub ↗
(args *Args_drop_cache, reply *Reply_drop_cache)

Source from the content-addressed store, hash-verified

98}
99
100func (r *RPC) RPC_drop_cache(args *Args_drop_cache, reply *Reply_drop_cache) error {
101 reply.Arg0 = server_drop_cache(args.Arg0)
102 return nil
103}
104func client_drop_cache(cli *rpc.Client, Arg0 int) int {
105 var args Args_drop_cache
106 var reply Reply_drop_cache

Callers

nothing calls this directly

Calls 1

server_drop_cacheFunction · 0.85

Tested by

no test coverage detected