Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nsf/gocode
/ server_close
Function
server_close
server.go:219–222 ·
view source on GitHub ↗
(notused int)
Source
from the content-addressed store, hash-verified
217
}
218
219
func
server_close(notused int) int {
220
g_daemon.close()
221
return
0
222
}
223
224
func
server_status(notused int) string {
225
return
g_daemon.autocomplete.status()
Callers
1
RPC_close
Method · 0.85
Calls
1
close
Method · 0.80
Tested by
no test coverage detected