Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
167
func
cmd_close(c *rpc.Client) {
168
client_close(c, 0)
169
}
170
171
func
cmd_drop_cache(c *rpc.Client) {
172
client_drop_cache(c, 0)
Callers
1
do_client
Function · 0.85
Calls
1
client_close
Function · 0.85
Tested by
no test coverage detected