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

Struct decl_cache

declcache.go:503–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

501}
502
503type decl_cache struct {
504 cache map[string]*decl_file_cache
505 context *package_lookup_context
506 sync.Mutex
507}
508
509func new_decl_cache(context *package_lookup_context) *decl_cache {
510 return &decl_cache{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected