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

Struct Reply_drop_cache

rpc.go:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 Arg0 int
95}
96type Reply_drop_cache struct {
97 Arg0 int
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected