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

Function server_drop_cache

server.go:228–232  ·  view source on GitHub ↗
(notused int)

Source from the content-addressed store, hash-verified

226}
227
228func server_drop_cache(notused int) int {
229 // drop cache
230 g_daemon.drop_cache()
231 return 0
232}
233
234func server_set(key, value string) string {
235 if key == "\x00" {

Callers 1

RPC_drop_cacheMethod · 0.85

Calls 1

drop_cacheMethod · 0.80

Tested by

no test coverage detected