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

Struct daemon

server.go:54–61  ·  view source on GitHub ↗

------------------------------------------------------------------------- daemon -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

52//-------------------------------------------------------------------------
53
54type daemon struct {
55 listener net.Listener
56 cmd_in chan int
57 autocomplete *auto_complete_context
58 pkgcache package_cache
59 declcache *decl_cache
60 context package_lookup_context
61}
62
63func new_daemon(network, address string) *daemon {
64 var err error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected