* 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.
()
| 1240 | * WARNING: This permanently deletes all CodeGraph data for the project. |
| 1241 | */ |
| 1242 | uninitialize(): void { |
| 1243 | this.close(); |
| 1244 | removeDirectory(this.projectRoot); |
| 1245 | } |
| 1246 | } |
| 1247 | |
| 1248 | // Default export |
no test coverage detected