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

Function cmd_close

client.go:167–169  ·  view source on GitHub ↗
(c *rpc.Client)

Source from the content-addressed store, hash-verified

165}
166
167func cmd_close(c *rpc.Client) {
168 client_close(c, 0)
169}
170
171func cmd_drop_cache(c *rpc.Client) {
172 client_drop_cache(c, 0)

Callers 1

do_clientFunction · 0.85

Calls 1

client_closeFunction · 0.85

Tested by

no test coverage detected