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

Struct candidate

autocompletecontext.go:25–30  ·  view source on GitHub ↗

------------------------------------------------------------------------- out_buffers Temporary structure for writing autocomplete response. ------------------------------------------------------------------------- fields must be exported for RPC

Source from the content-addressed store, hash-verified

23
24// fields must be exported for RPC
25type candidate struct {
26 Name string
27 Type string
28 Class decl_class
29 Package string
30}
31
32type out_buffers struct {
33 tmpbuf *bytes.Buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected