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

Function client_drop_cache

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

Source from the content-addressed store, hash-verified

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
107 args.Arg0 = Arg0
108 err := cli.Call("RPC.RPC_drop_cache", &args, &reply)
109 if err != nil {
110 panic(err)
111 }
112 return reply.Arg0
113}
114
115// wrapper for: server_set
116

Callers 1

cmd_drop_cacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected