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

Method make_decl_set

autocompletecontext.go:207–211  ·  view source on GitHub ↗
(scope *scope)

Source from the content-addressed store, hash-verified

205}
206
207func (c *auto_complete_context) make_decl_set(scope *scope) map[string]*decl {
208 set := make(map[string]*decl, len(c.pkg.entities)*2)
209 make_decl_set_recursive(set, scope)
210 return set
211}
212
213func (c *auto_complete_context) get_candidates_from_set(set map[string]*decl, partial string, class decl_class, b *out_buffers) {
214 for key, value := range set {

Callers 1

aproposMethod · 0.95

Calls 1

make_decl_set_recursiveFunction · 0.85

Tested by

no test coverage detected