()
| 77 | } |
| 78 | |
| 79 | func (this *daemon) drop_cache() { |
| 80 | this.pkgcache = new_package_cache() |
| 81 | this.declcache = new_decl_cache(&this.context) |
| 82 | this.autocomplete = new_auto_complete_context(this.pkgcache, this.declcache) |
| 83 | } |
| 84 | |
| 85 | const ( |
| 86 | daemon_close = iota |
no test coverage detected