* Completely remove CodeGraph from the project. * This closes the database and deletes the .CodeGraph directory. * * WARNING: This permanently deletes all CodeGraph data for the project.
()
| 1938 | * WARNING: This permanently deletes all CodeGraph data for the project. |
| 1939 | */ |
| 1940 | uninitialize(): void { |
| 1941 | this.close(); |
| 1942 | removeDirectory(this.projectRoot); |
| 1943 | } |
| 1944 | } |
| 1945 | |
| 1946 | // Default export |
no test coverage detected